Home
last modified time | relevance | path

Searched +full:0 +full:x01e00000 (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.14.4/arch/arm/boot/dts/cirrus/
Dep93xx-bk3.dts17 memory@0 {
20 reg = <0x00000000 0x02000000>,
21 <0x000530c0 0x01fdd000>;
26 led-0 {
28 gpios = <&gpio4 0 GPIO_ACTIVE_HIGH>;
44 reg = <0x60000000 0x8000000>;
46 #size-cells = <0>;
48 nand@0 {
49 reg = <0>;
55 partition@0 {
[all …]
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Dimu_v12_0.c38 #define TRANSFER_RAM_MASK 0x001c0000
97 WREG32_SOC15(GC, 0, regGFX_IMU_I_RAM_ADDR, 0); in imu_v12_0_load_microcode()
99 for (i = 0; i < fw_size; i++) in imu_v12_0_load_microcode()
100 WREG32_SOC15(GC, 0, regGFX_IMU_I_RAM_DATA, le32_to_cpup(fw_data++)); in imu_v12_0_load_microcode()
102 WREG32_SOC15(GC, 0, regGFX_IMU_I_RAM_ADDR, adev->gfx.imu_fw_version); in imu_v12_0_load_microcode()
109 WREG32_SOC15(GC, 0, regGFX_IMU_D_RAM_ADDR, 0); in imu_v12_0_load_microcode()
111 for (i = 0; i < fw_size; i++) in imu_v12_0_load_microcode()
112 WREG32_SOC15(GC, 0, regGFX_IMU_D_RAM_DATA, le32_to_cpup(fw_data++)); in imu_v12_0_load_microcode()
114 WREG32_SOC15(GC, 0, regGFX_IMU_D_RAM_ADDR, adev->gfx.imu_fw_version); in imu_v12_0_load_microcode()
116 return 0; in imu_v12_0_load_microcode()
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/bus/
Dmvebu-mbus.txt65 pcie-mem-aperture = <0xe0000000 0x8000000>;
66 pcie-io-aperture = <0xe8000000 0x100000>;
73 reg = <0x20000 0x100>, <0x20180 0x20>, <0x20250 0x8>;
87 0xSIAA0000 0x00oooooo
91 S = 0x0 for a MBus valid window
92 S = 0xf for a non-valid window (see below)
94 If S = 0x0, then:
99 If S = 0xf, then:
105 (S = 0x0), an address decoding window is allocated. On the other side,
106 entries for translation that do not correspond to valid windows (S = 0xf)
[all …]
/linux-6.14.4/arch/mips/include/asm/
Dinst.h25 #define I_JTARGET_SFT 0
26 #define MIPSInst_JTARGET(x) (MIPSInst(x) & 0x03ffffff)
29 #define MIPSInst_RS(x) ((MIPSInst(x) & 0x03e00000) >> I_RS_SFT)
32 #define MIPSInst_RT(x) ((MIPSInst(x) & 0x001f0000) >> I_RT_SFT)
34 #define I_IMM_SFT 0
35 #define MIPSInst_SIMM(x) ((int)((short)(MIPSInst(x) & 0xffff)))
36 #define MIPSInst_UIMM(x) (MIPSInst(x) & 0xffff)
39 #define MIPSInst_CACHEOP(x) ((MIPSInst(x) & 0x001c0000) >> I_CACHEOP_SFT)
42 #define MIPSInst_CACHESEL(x) ((MIPSInst(x) & 0x00030000) >> I_CACHESEL_SFT)
45 #define MIPSInst_RD(x) ((MIPSInst(x) & 0x0000f800) >> I_RD_SFT)
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/display/
Dallwinner,sun4i-a10-display-frontend.yaml63 port@0:
94 reg = <0x01e00000 0x20000>;
104 #size-cells = <0>;
108 #size-cells = <0>;
111 fe0_out_be0: endpoint@0 {
112 reg = <0>;
/linux-6.14.4/arch/arm64/boot/dts/rockchip/
Drk3568.dtsi11 cpu0_opp_table: opp-table-0 {
101 reg = <0 0xfc000000 0 0x1000>;
108 ports-implemented = <0x1>;
115 reg = <0x0 0xfdc70000 0x0 0x1000>;
120 reg = <0x0 0xfe190080 0x0 0x20>;
125 reg = <0x0 0xfe190100 0x0 0x20>;
130 reg = <0x0 0xfe190200 0x0 0x20>;
135 reg = <0x0 0xfdcb8000 0x0 0x10000>;
140 reg = <0x0 0xfe8c0000 0x0 0x20000>;
141 #phy-cells = <0>;
[all …]
/linux-6.14.4/arch/nios2/boot/dts/
D3c120_devboard.dts18 #size-cells = <0>;
20 cpu: cpu@0 {
23 reg = <0x00000000>;
38 altr,reset-addr = <0xc2800000>;
39 altr,fast-tlb-miss-addr = <0xc7fff400>;
40 altr,exception-addr = <0xd0000020>;
46 memory@0 {
48 reg = <0x10000000 0x08000000>,
49 <0x07fff400 0x00000400>;
52 sopc@0 {
[all …]
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/top/
Dgk104.c37 for (i = 0; i < 64; i++) { in gk104_top_parse()
41 type = ~0; in gk104_top_parse()
42 inst = 0; in gk104_top_parse()
45 data = nvkm_rd32(device, 0x022700 + (i * 0x04)); in gk104_top_parse()
47 switch (data & 0x00000003) { in gk104_top_parse()
48 case 0x00000000: /* NOT_VALID */ in gk104_top_parse()
50 case 0x00000001: /* DATA */ in gk104_top_parse()
51 inst = (data & 0x3c000000) >> 26; in gk104_top_parse()
52 info->addr = (data & 0x00fff000); in gk104_top_parse()
53 if (data & 0x00000004) in gk104_top_parse()
[all …]
/linux-6.14.4/arch/arm64/boot/dts/allwinner/
Dsun50i-h5.dtsi11 #size-cells = <0>;
13 cpu0: cpu@0 {
16 reg = <0>;
84 reg = <0x01c00000 0x1000>;
91 reg = <0x00018000 0x1c000>;
94 ranges = <0 0x00018000 0x1c000>;
96 ve_sram: sram-section@0 {
99 reg = <0x000000 0x1c000>;
106 reg = <0x01c0e000 0x1000>;
117 reg = <0x01c15000 0x1000>;
[all …]
Dsun50i-a64.dtsi47 #size-cells = <0>;
49 cpu0: cpu@0 {
52 reg = <0>;
57 i-cache-size = <0x8000>;
60 d-cache-size = <0x8000>;
74 i-cache-size = <0x8000>;
77 d-cache-size = <0x8000>;
91 i-cache-size = <0x8000>;
94 d-cache-size = <0x8000>;
108 i-cache-size = <0x8000>;
[all …]
/linux-6.14.4/drivers/net/wireless/broadcom/brcm80211/include/
Dchipcommon.h14 u32 chipid; /* 0x0 */
20 u32 otpstatus; /* 0x10, corerev >= 10 */
26 u32 intstatus; /* 0x20 */
30 u32 chipcontrol; /* 0x28, rev >= 11 */
31 u32 chipstatus; /* 0x2c, rev >= 11 */
34 u32 jtagcmd; /* 0x30, rev >= 10 */
40 u32 flashcontrol; /* 0x40 */
46 u32 broadcastaddress; /* 0x50 */
50 u32 gpiopullup; /* 0x58, corerev >= 20 */
51 u32 gpiopulldown; /* 0x5c, corerev >= 20 */
[all …]
/linux-6.14.4/include/soc/fsl/qe/
Dqe.h34 QE_CLK_NONE = 0,
150 return 0; in cpm_muram_dma()
245 return 0; in qe_alive_during_sleep()
291 u8 split; /* 0 = shared I-RAM, 1 = split I-RAM */
304 __be32 traps[16]; /* Trap addresses, 0 == ignore */
348 #define BD_STATUS_MASK 0xffff0000
349 #define BD_LENGTH_MASK 0x0000ffff
357 #define QE_RISC_ALLOCATION_RISC1 0x1 /* RISC 1 */
358 #define QE_RISC_ALLOCATION_RISC2 0x2 /* RISC 2 */
359 #define QE_RISC_ALLOCATION_RISC3 0x4 /* RISC 3 */
[all …]
/linux-6.14.4/arch/arm64/boot/dts/ti/
Dk3-am62a-phycore-som.dtsi31 pinctrl-0 = <&leds_pins_default>;
33 led-0 {
44 reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
56 size = <0x00 0x24000000>;
57 alloc-ranges = <0x00 0xc0000000 0x00 0x24000000>;
62 reg = <0x00 0x9e780000 0x00 0x80000>;
63 alignment = <0x1000>;
68 reg = <0x00 0x9e800000 0x00 0x01800000>; /* for OP-TEE */
69 alignment = <0x1000>;
75 reg = <0x00 0x9c900000 0x00 0x01e00000>;
[all …]
Dk3-am62p5-sk.dts40 reg = <0x00000000 0x80000000 0x00000000 0x80000000>,
41 <0x00000008 0x80000000 0x00000001 0x80000000>;
52 reg = <0x00 0x9e780000 0x00 0x80000>;
57 reg = <0x00 0x9e800000 0x00 0x01800000>; /* for OP-TEE */
63 reg = <0x00 0x9c900000 0x00 0x01e00000>;
68 vmain_pd: regulator-0 {
107 pinctrl-0 = <&vddshv_sdio_pins_default>;
112 states = <1800000 0x0>,
113 <3300000 0x1>;
120 pinctrl-0 = <&usr_led_pins_default>;
[all …]
Dk3-am62a7-sk.dts34 reg = <0x00000000 0x80000000 0x00000000 0x80000000>,
35 <0x00000008 0x80000000 0x00000000 0x80000000>;
47 size = <0x00 0x24000000>;
48 alloc-ranges = <0x00 0xc0000000 0x00 0x24000000>;
53 reg = <0x00 0x9e780000 0x00 0x80000>;
54 alignment = <0x1000>;
59 reg = <0x00 0x9e800000 0x00 0x01800000>; /* for OP-TEE */
60 alignment = <0x1000>;
66 reg = <0x00 0x9c900000 0x00 0x01e00000>;
72 /* Requires VDD_CORE at 0v85 */
[all …]
/linux-6.14.4/arch/mips/include/asm/mips-boards/
Dbonito64.h42 #define BONITO_BOOT_BASE 0x1fc00000
43 #define BONITO_BOOT_SIZE 0x00100000
45 #define BONITO_FLASH_BASE 0x1c000000
46 #define BONITO_FLASH_SIZE 0x03000000
48 #define BONITO_SOCKET_BASE 0x1f800000
49 #define BONITO_SOCKET_SIZE 0x00400000
51 #define BONITO_REG_BASE 0x1fe00000
52 #define BONITO_REG_SIZE 0x00040000
54 #define BONITO_DEV_BASE 0x1ff00000
55 #define BONITO_DEV_SIZE 0x00100000
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/pci/
Dnvidia,tegra194-pcie.yaml85 - const: p2u-0
123 0: C0
132 0 : C0
260 bus@0 {
263 ranges = <0x0 0x0 0x0 0x8 0x0>;
268 reg = <0x0 0x14180000 0x0 0x00020000>, /* appl registers (128K) */
269 <0x0 0x38000000 0x0 0x00040000>, /* configuration space (256K) */
270 <0x0 0x38040000 0x0 0x00040000>, /* iATU_DMA reg space (256K) */
271 <0x0 0x38080000 0x0 0x00040000>; /* DBI reg space (256K) */
278 linux,pci-domain = <0>;
[all …]
/linux-6.14.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_int_process_v11.c40 * The 44-bit packet is mapped as {context_id1[7:0],context_id0[31:0]} plus
44 * Encoding type (0 = Auto, 1 = Wave, 2 = Error)
49 * - context_id0[24:0]
51 * Auto - only context_id0[8:0] is used, which reports various interrupts
52 * generated by SQG. The rest is 0.
53 * Wave - user data sent from m0 via S_SENDMSG (context_id0[23:0])
54 * Error - Error Type (context_id0[24:21]), Error Details (context_id0[20:0])
57 * S_SENDMSG and Errors. These are 0 for Auto.
61 SQ_INTERRUPT_WORD_ENCODING_AUTO = 0x0,
67 SQ_INTERRUPT_ERROR_TYPE_EDC_FUE = 0x0,
[all …]
/linux-6.14.4/arch/arm64/boot/dts/qcom/
Dipq5424.dtsi22 #clock-cells = <0>;
27 #clock-cells = <0>;
33 #size-cells = <0>;
35 cpu0: cpu@0 {
38 reg = <0x0>;
59 reg = <0x100>;
74 reg = <0x200>;
89 reg = <0x300>;
104 qcom,dload-mode = <&tcsr 0x25100>;
111 reg = <0x0 0x80000000 0x0 0x0>;
[all …]
Dsm6125.dtsi24 #clock-cells = <0>;
30 #clock-cells = <0>;
38 #size-cells = <0>;
40 cpu0: cpu@0 {
43 reg = <0x0 0x0>;
57 reg = <0x0 0x1>;
66 reg = <0x0 0x2>;
75 reg = <0x0 0x3>;
84 reg = <0x0 0x100>;
98 reg = <0x0 0x101>;
[all …]
/linux-6.14.4/drivers/net/wireless/realtek/rtw89/
Drtw8852a_rfk_table.c8 RTW89_DECL_RFK_WM(0x12a8, 0x00000001, 0x00000001),
9 RTW89_DECL_RFK_WM(0x12a8, 0x0000000e, 0x00000002),
10 RTW89_DECL_RFK_WM(0x32a8, 0x00000001, 0x00000001),
11 RTW89_DECL_RFK_WM(0x32a8, 0x0000000e, 0x00000002),
12 RTW89_DECL_RFK_WM(0x12bc, 0x000000f0, 0x00000005),
13 RTW89_DECL_RFK_WM(0x12bc, 0x00000f00, 0x00000005),
14 RTW89_DECL_RFK_WM(0x12bc, 0x000f0000, 0x00000005),
15 RTW89_DECL_RFK_WM(0x12bc, 0x0000f000, 0x00000005),
16 RTW89_DECL_RFK_WM(0x120c, 0x000000ff, 0x00000033),
17 RTW89_DECL_RFK_WM(0x12c0, 0x0ff00000, 0x00000033),
[all …]
/linux-6.14.4/drivers/macintosh/
Dwindfarm_pm91.c57 #define DBG(args...) do { } while(0)
83 #define FAILURE_FAN 0x01
84 #define FAILURE_SENSOR 0x02
85 #define FAILURE_OVERTEMP 0x04
160 /* Get the FVT params for operating point 0 (the only supported one in wf_smu_create_cpu_fans()
168 tmax = 0x5e0000; /* 94 degree default */ in wf_smu_create_cpu_fans()
224 if (--st->ticks != 0) { in wf_smu_cpu_fans_tick()
251 if (temp > 0x4a0000) in wf_smu_cpu_fans_tick()
265 if (fan_cpu_main && wf_smu_failure_state == 0) { in wf_smu_cpu_fans_tick()
273 if (fan_cpu_second && wf_smu_failure_state == 0) { in wf_smu_cpu_fans_tick()
[all …]
/linux-6.14.4/arch/arm/boot/dts/allwinner/
Dsun5i.dtsi56 #size-cells = <0>;
58 cpu0: cpu@0 {
61 reg = <0x0>;
97 #clock-cells = <0>;
104 #clock-cells = <0>;
119 size = <0x6000000>;
120 alloc-ranges = <0x40000000 0x10000000>;
135 reg = <0x01c00000 0x30>;
140 sram_a: sram@0 {
142 reg = <0x00000000 0xc000>;
[all …]
Dsun8i-a23-a33.dtsi91 #size-cells = <0>;
93 cpu0: cpu@0 {
96 reg = <0>;
112 #clock-cells = <0>;
120 #clock-cells = <0>;
136 reg = <0x01c00000 0x30>;
143 reg = <0x01d00000 0x80000>;
146 ranges = <0 0x01d00000 0x80000>;
148 ve_sram: sram-section@0 {
151 reg = <0x000000 0x80000>;
[all …]
Dsun4i-a10.dtsi111 #size-cells = <0>;
112 cpu0: cpu@0 {
115 reg = <0x0>;
166 #clock-cells = <0>;
173 #clock-cells = <0>;
199 size = <0x6000000>;
200 alloc-ranges = <0x40000000 0x10000000>;
214 reg = <0x01c00000 0x30>;
219 sram_a: sram@0 {
221 reg = <0x00000000 0xc000>;
[all …]

12