Searched +full:0 +full:x20040000 (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/nvmem/ |
D | lpc1857-eeprom.txt | 21 reg = <0x4000e000 0x1000>, 22 <0x20040000 0x4000>;
|
/linux-6.12.1/drivers/gpu/drm/msm/dsi/ |
D | dsi_cfg.h | 11 #define MSM_DSI_VER_MAJOR_V2 0x02 12 #define MSM_DSI_VER_MAJOR_6G 0x03 13 #define MSM_DSI_6G_VER_MINOR_V1_0 0x10000000 14 #define MSM_DSI_6G_VER_MINOR_V1_0_2 0x10000002 15 #define MSM_DSI_6G_VER_MINOR_V1_1 0x10010000 16 #define MSM_DSI_6G_VER_MINOR_V1_1_1 0x10010001 17 #define MSM_DSI_6G_VER_MINOR_V1_2 0x10020000 18 #define MSM_DSI_6G_VER_MINOR_V1_3 0x10030000 19 #define MSM_DSI_6G_VER_MINOR_V1_3_1 0x10030001 20 #define MSM_DSI_6G_VER_MINOR_V1_4_1 0x10040001 [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | arm,coresight-dynamic-funnel.yaml | 64 '^port(@[0-7])?$': 91 reg = <0x20040000 0x1000>; 105 #size-cells = <0>; 107 port@0 { 108 reg = <0>;
|
/linux-6.12.1/arch/arm/boot/dts/arm/ |
D | vexpress-v2p-ca15_a7.dts | 16 arm,hbi = <0x249>; 17 arm,vexpress,site = <0xf>; 36 #size-cells = <0>; 38 cpu0: cpu@0 { 41 reg = <0>; 61 reg = <0x100>; 71 reg = <0x101>; 81 reg = <0x102>; 109 reg = <0 0x80000000 0 0x40000000>; 117 /* Chipselect 2 is physically at 0x18000000 */ [all …]
|
/linux-6.12.1/arch/arm/boot/dts/nxp/lpc/ |
D | lpc18xx.dtsi | 19 #define LPC_PIN(port, pin) (0x##port * 32 + pin) 28 #size-cells = <0>; 30 cpu@0 { 33 reg = <0x0>; 41 #clock-cells = <0>; 47 #clock-cells = <0>; 53 #clock-cells = <0>; 54 clock-frequency = <0>; 60 #clock-cells = <0>; 61 clock-frequency = <0>; [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/arm/ |
D | juno-base.dtsi | 12 reg = <0x0 0x2a810000 0x0 0x10000>; 16 ranges = <0 0x0 0x2a820000 0x20000>; 21 reg = <0x10000 0x10000>; 27 reg = <0x0 0x2b1f0000 0x0 0x1000>; 38 reg = <0x0 0x2b400000 0x0 0x10000>; 50 reg = <0x0 0x2b500000 0x0 0x10000>; 61 reg = <0x0 0x2b600000 0x0 0x10000>; 67 power-domains = <&scpi_devpd 0>; 72 reg = <0x0 0x2c010000 0 0x1000>, 73 <0x0 0x2c02f000 0 0x2000>, [all …]
|
/linux-6.12.1/arch/arm/boot/dts/rockchip/ |
D | rv1108.dtsi | 29 #size-cells = <0>; 34 reg = <0xf00>; 43 cpu_opp_table: opp-table-0 { 85 #clock-cells = <0>; 90 reg = <0x10080000 0x2000>; 93 ranges = <0 0x10080000 0x2000>; 98 reg = <0x10210000 0x100>; 107 pinctrl-0 = <&uart2m0_xfer>; 113 reg = <0x10220000 0x100>; 122 pinctrl-0 = <&uart1_xfer>; [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 23 } while (0) 53 rtl_set_bbreg(hw, RRFMOD, 0xC00, 0x3); in rtl8812ae_fixspur() 54 /* 0x8AC[11:10] = 2'b11*/ in rtl8812ae_fixspur() 56 rtl_set_bbreg(hw, RRFMOD, 0xC00, 0x2); in rtl8812ae_fixspur() 57 /* 0x8AC[11:10] = 2'b10*/ in rtl8812ae_fixspur() 64 rtl_set_bbreg(hw, RRFMOD, 0x300, 0x3); in rtl8812ae_fixspur() 65 /*0x8AC[9:8] = 2'b11*/ in rtl8812ae_fixspur() 67 /* 0x8C4[30] = 1*/ in rtl8812ae_fixspur() 71 /*0x8C4[30] = 1*/ in rtl8812ae_fixspur() 73 rtl_set_bbreg(hw, RRFMOD, 0x300, 0x2); in rtl8812ae_fixspur() [all …]
|
/linux-6.12.1/arch/arc/net/ |
D | bpf_jit_arcv2.c | 91 #define REG_LO(r) (bpf2arc[(r)][0]) 110 ZZ_4_byte = 0, 126 AA_none = 0, 134 X_zero = 0, 140 CC_always = 0, /* condition is true all the time */ 155 #define IN_U6_RANGE(x) ((x) <= (0x40 - 1) && (x) >= 0) 156 #define IN_S9_RANGE(x) ((x) <= (0x100 - 1) && (x) >= -0x100) 157 #define IN_S12_RANGE(x) ((x) <= (0x800 - 1) && (x) >= -0x800) 158 #define IN_S21_RANGE(x) ((x) <= (0x100000 - 1) && (x) >= -0x100000) 159 #define IN_S25_RANGE(x) ((x) <= (0x1000000 - 1) && (x) >= -0x1000000) [all …]
|