Searched +full:0 +full:x68000000 (Results 1 – 25 of 39) sorted by relevance
12
/linux-5.10/arch/arm/mach-imx/ |
D | hardware.h | 21 (addr) - (module ## _BASE_ADDR) + (module ## _BASE_ADDR_VIRT) : 0) 35 * whole address space to [0xf4000000, 0xf5ffffff]. So [0xf6000000,0xfeffffff] 41 * IO 0x00200000+0x100000 -> 0xf4000000+0x100000 43 * AIPI 0x10000000+0x100000 -> 0xf4400000+0x100000 44 * SAHB1 0x80000000+0x100000 -> 0xf5000000+0x100000 45 * X_MEMC 0xdf000000+0x004000 -> 0xf5f00000+0x004000 47 * AIPS1 0x43f00000+0x100000 -> 0xf5300000+0x100000 48 * AIPS2 0x53f00000+0x100000 -> 0xf5700000+0x100000 49 * AVIC 0x68000000+0x100000 -> 0xf5800000+0x100000 51 * AIPI 0x10000000+0x100000 -> 0xf4400000+0x100000 [all …]
|
D | mx31.h | 5 #define MX31_AIPS1_BASE_ADDR 0x43f00000 7 #define MX31_SPBA0_BASE_ADDR 0x50000000 9 #define MX31_AIPS2_BASE_ADDR 0x53f00000 11 #define MX31_AVIC_BASE_ADDR 0x68000000 13 #define MX31_X_MEMC_BASE_ADDR 0xb8000000
|
D | mx35.h | 5 #define MX35_AIPS1_BASE_ADDR 0x43f00000 7 #define MX35_SPBA0_BASE_ADDR 0x50000000 9 #define MX35_AIPS2_BASE_ADDR 0x53f00000 11 #define MX35_AVIC_BASE_ADDR 0x68000000 13 #define MX35_X_MEMC_BASE_ADDR 0xb8000000
|
D | mx3x.h | 36 #define MX3x_L2CC_BASE_ADDR 0x30000000 42 #define MX3x_AIPS1_BASE_ADDR 0x43f00000 44 #define MX3x_MAX_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x04000) 45 #define MX3x_EVTMON_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x08000) 46 #define MX3x_CLKCTL_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x0c000) 47 #define MX3x_ETB_SLOT4_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x10000) 48 #define MX3x_ETB_SLOT5_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x14000) 49 #define MX3x_ECT_CTIO_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x18000) 50 #define MX3x_I2C_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x80000) 51 #define MX3x_I2C3_BASE_ADDR (MX3x_AIPS1_BASE_ADDR + 0x84000) [all …]
|
/linux-5.10/Documentation/devicetree/bindings/usb/ |
D | faraday,fotg210.txt | 29 reg = <0x68000000 0x1000>;
|
D | octeon-usb.txt | 49 reg = <0x11800 0x68000000 0x0 0x1000>; 58 reg = <0x16f00 0x10000000 0x0 0x80000>; 59 interrupts = <0 56>;
|
/linux-5.10/arch/arm/mach-omap2/ |
D | omap34xx.h | 17 #define L4_34XX_BASE 0x48000000 18 #define L4_WK_34XX_BASE 0x48300000 19 #define L4_PER_34XX_BASE 0x49000000 20 #define L4_EMU_34XX_BASE 0x54000000 21 #define L3_34XX_BASE 0x68000000 23 #define L4_WK_AM33XX_BASE 0x44C00000 25 #define OMAP3430_32KSYNCT_BASE 0x48320000 26 #define OMAP3430_CM_BASE 0x48004800 27 #define OMAP3430_PRM_BASE 0x48306800 28 #define OMAP343X_SMS_BASE 0x6C000000 [all …]
|
D | omap24xx.h | 19 #define L4_24XX_BASE 0x48000000 20 #define L4_WK_243X_BASE 0x49000000 21 #define L3_24XX_BASE 0x68000000 24 #define OMAP24XX_IC_BASE (L4_24XX_BASE + 0xfe000) 25 #define OMAP24XX_IVA_INTC_BASE 0x40000000 28 #define OMAP2420_32KSYNCT_BASE (L4_24XX_BASE + 0x4000) 29 #define OMAP2420_PRCM_BASE (L4_24XX_BASE + 0x8000) 30 #define OMAP2420_CM_BASE (L4_24XX_BASE + 0x8000) 32 #define OMAP2420_SDRC_BASE (L3_24XX_BASE + 0x9000) 33 #define OMAP2420_SMS_BASE 0x68008000 [all …]
|
D | iomap.h | 33 #define OMAP2_L3_IO_OFFSET 0x90000000 36 #define OMAP2_L4_IO_OFFSET 0xb2000000 39 #define OMAP4_L3_IO_OFFSET 0xb4000000 42 #define AM33XX_L4_WK_IO_OFFSET 0xb5000000 45 #define OMAP4_L3_PER_IO_OFFSET 0xb1100000 48 #define OMAP2_EMU_IO_OFFSET 0xaa800000 /* Emulation */ 58 #define L3_24XX_PHYS L3_24XX_BASE /* 0x68000000 --> 0xf8000000*/ 61 #define L4_24XX_PHYS L4_24XX_BASE /* 0x48000000 --> 0xfa000000 */ 65 #define L4_WK_243X_PHYS L4_WK_243X_BASE /* 0x49000000 --> 0xfb000000 */ 70 /* 0x6e000000 --> 0xfe000000 */ [all …]
|
/linux-5.10/arch/arm/boot/dts/ |
D | bcm53340-ubnt-unifi-switch8.dts | 22 memory@0 { 24 reg = <0x00000000 0x08000000>, 25 <0x68000000 0x08000000>; 35 bspi-sel = <0>; 37 flash: m25p80@0 { 39 reg = <0>; 46 partition@0 { 48 reg = <0x0 0xc0000>; 53 reg = <0xc0000 0x10000>; 58 reg = <0xd0000 0x10000>; [all …]
|
D | imx31.dtsi | 35 #size-cells = <0>; 37 cpu@0 { 40 reg = <0>; 48 reg = <0x68000000 0x100000>; 60 reg = <0x1fffc000 0x4000>; 63 ranges = <0 0x1fffc000 0x4000>; 70 reg = <0x43f00000 0x100000>; 75 reg = <0x43f80000 0x4000>; 79 #size-cells = <0>; 85 reg = <0x43f84000 0x4000>; [all …]
|
D | uniphier-sld8.dtsi | 17 #size-cells = <0>; 19 cpu@0 { 22 reg = <0>; 36 #clock-cells = <0>; 41 #clock-cells = <0>; 56 reg = <0x500c0000 0x2000>, <0x503c0100 0x4>, 57 <0x506c0000 0x400>; 58 interrupts = <0 174 4>, <0 175 4>; 69 reg = <0x54006000 0x100>; 71 #size-cells = <0>; [all …]
|
D | uniphier-ld4.dtsi | 17 #size-cells = <0>; 19 cpu@0 { 22 reg = <0>; 36 #clock-cells = <0>; 41 #clock-cells = <0>; 56 reg = <0x500c0000 0x2000>, <0x503c0100 0x4>, 57 <0x506c0000 0x400>; 58 interrupts = <0 174 4>, <0 175 4>; 69 reg = <0x54006000 0x100>; 71 #size-cells = <0>; [all …]
|
D | imx35.dtsi | 39 #size-cells = <0>; 41 cpu@0 { 44 reg = <0>; 52 reg = <0x68000000 0x10000000>; 64 reg = <0x30000000 0x1000>; 73 reg = <0x43f00000 0x100000>; 78 #size-cells = <0>; 80 reg = <0x43f80000 0x4000>; 89 #size-cells = <0>; 91 reg = <0x43f84000 0x4000>; [all …]
|
D | gemini.dtsi | 23 pinctrl-0 = <&pflash_default_pins>; 33 reg = <0x40000000 0x1000>; 41 offset = <0x0c>; 43 mask = <0xC0000000>; 51 pinctrl-0 = <&dram_default_pins>, <&system_default_pins>, 161 reg = <0x41000000 0x1000>; 170 reg = <0x42000000 0x100>; 175 pinctrl-0 = <&uart_default_pins>; 181 reg = <0x43000000 0x1000>; 195 reg = <0x45000000 0x100>; [all …]
|
D | da850.dtsi | 16 reg = <0xc0000000 0x0>; 21 #size-cells = <0>; 23 cpu: cpu@0 { 26 reg = <0>; 78 reg = <0xfffee000 0x2000>; 84 #clock-cells = <0>; 89 #clock-cells = <0>; 95 #clock-cells = <0>; 102 reg = <0x11800000 0x40000>, 103 <0x11e00000 0x8000>, [all …]
|
/linux-5.10/Documentation/devicetree/bindings/mtd/ |
D | davinci-nand.txt | 23 Can be in the range [0-3]. 31 If not set equal to 0x08. 37 If not set equal to 0x10. 80 reg = <0x62000000 0x807ff 81 0x68000000 0x8000>; 83 ti,davinci-mask-ale = <0>; 84 ti,davinci-mask-cle = <0>; 85 ti,davinci-mask-chipsel = <0>; 92 reg = <0x180000 0x7e80000>;
|
/linux-5.10/arch/powerpc/boot/dts/ |
D | a4m072.dts | 27 ranges = <0 0xf0000000 0x0000c000>; 28 reg = <0xf0000000 0x00000100>; 29 bus-frequency = <0>; /* From boot loader */ 30 system-frequency = <0>; /* From boot loader */ 33 fsl,init-ext-48mhz-en = <0x0>; 34 fsl,init-fd-enable = <0x01>; 35 fsl,init-fd-counters = <0x3333>; 44 reg = <0x2000 0x100>; 45 interrupts = <2 1 0>; 50 reg = <0x2200 0x100>; [all …]
|
/linux-5.10/arch/arm/mach-davinci/include/mach/ |
D | da8xx.h | 52 #define DA8XX_CP_INTC_BASE 0xfffee000 56 #define DA8XX_SYSCFG0_BASE (IO_PHYS + 0x14000) 58 #define DA8XX_JTAG_ID_REG 0x18 59 #define DA8XX_HOST1CFG_REG 0x44 60 #define DA8XX_CHIPSIG_REG 0x174 61 #define DA8XX_CFGCHIP0_REG 0x17c 62 #define DA8XX_CFGCHIP1_REG 0x180 63 #define DA8XX_CFGCHIP2_REG 0x184 64 #define DA8XX_CFGCHIP3_REG 0x188 65 #define DA8XX_CFGCHIP4_REG 0x18c [all …]
|
/linux-5.10/arch/arm64/boot/dts/realtek/ |
D | rtd139x.dtsi | 8 /memreserve/ 0x0000000000000000 0x000000000002f000; 9 /memreserve/ 0x000000000002f000 0x00000000000d1000; 25 reg = <0x2f000 0x1000>; 29 reg = <0x1ffe000 0x4000>; 33 reg = <0x10100000 0xf00000>; 46 #clock-cells = <0>; 54 ranges = <0x00000000 0x00000000 0x0001f000>, /* boot ROM */ 55 <0x98000000 0x98000000 0x68000000>; 59 reg = <0x98000000 0x200000>; 62 ranges = <0x0 0x98000000 0x200000>; [all …]
|
D | rtd16xx.dtsi | 23 reg = <0x2f000 0x1000>; 27 reg = <0x1ffe000 0x4000>; 31 reg = <0x10100000 0xf00000>; 38 #size-cells = <0>; 40 cpu0: cpu@0 { 43 reg = <0x0>; 51 reg = <0x100>; 59 reg = <0x200>; 67 reg = <0x300>; 75 reg = <0x400>; [all …]
|
/linux-5.10/drivers/gpu/drm/etnaviv/ |
D | cmdstream.xml.h | 7 http://0x04.net/cgit/index.cgi/rules-ng-ng 8 git clone git://0x04.net/rules-ng-ng 42 #define FE_OPCODE_LOAD_STATE 0x00000001 43 #define FE_OPCODE_END 0x00000002 44 #define FE_OPCODE_NOP 0x00000003 45 #define FE_OPCODE_DRAW_2D 0x00000004 46 #define FE_OPCODE_DRAW_PRIMITIVES 0x00000005 47 #define FE_OPCODE_DRAW_INDEXED_PRIMITIVES 0x00000006 48 #define FE_OPCODE_WAIT 0x00000007 49 #define FE_OPCODE_LINK 0x00000008 [all …]
|
/linux-5.10/arch/mips/boot/dts/cavium-octeon/ |
D | octeon_3xxx.dtsi | 12 soc@0 { 22 * 1) Controller register (0 or 1) 23 * 2) Bit within the register (0..63) 26 reg = <0x10700 0x00000000 0x0 0x7000>; 32 reg = <0x10700 0x00000800 0x0 0x100>; 35 * 1) GPIO pin number (0..15) 44 interrupts = <0 16>, <0 17>, <0 18>, <0 19>, 45 <0 20>, <0 21>, <0 22>, <0 23>, 46 <0 24>, <0 25>, <0 26>, <0 27>, 47 <0 28>, <0 29>, <0 30>, <0 31>; [all …]
|
/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | st,stm32-fmc2-ebi.yaml | 46 <bank-number> 0 <address of the bank> <size> 49 "^.*@[0-4],[a-f0-9]+$": 59 0: Asynchronous mode 1 SRAM/FRAM. 72 minimum: 0 123 enum: [ 0, 128, 256, 512, 1024 ] 124 default: 0 183 reaches 0, the controller splits the current access, toggles NE to 208 reg = <0x58002000 0x1000>; 212 ranges = <0 0 0x60000000 0x04000000>, /* EBI CS 1 */ 213 <1 0 0x64000000 0x04000000>, /* EBI CS 2 */ [all …]
|
/linux-5.10/arch/arm64/boot/dts/socionext/ |
D | uniphier-ld11.dtsi | 19 #size-cells = <0>; 32 cpu0: cpu@0 { 35 reg = <0 0x000>; 44 reg = <0 0x001>; 93 #clock-cells = <0>; 117 reg = <0x0 0x81000000 0x0 0x01000000>; 122 soc@0 { 126 ranges = <0 0 0 0xffffffff>; 131 reg = <0x54006000 0x100>; 133 #size-cells = <0>; [all …]
|
12