Home
last modified time | relevance | path

Searched +full:0 +full:x68000000 (Results 1 – 25 of 57) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/arm/mach-imx/
H A Dhardware.h21 (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 …]
H A Dmx35.h5 #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
H A Dmx31.h5 #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
H A Dmx3x.h36 #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 …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Dfaraday,fotg210.txt29 reg = <0x68000000 0x1000>;
H A Docteon-usb.txt49 reg = <0x11800 0x68000000 0x0 0x1000>;
58 reg = <0x16f00 0x10000000 0x0 0x80000>;
59 interrupts = <0 56>;
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Domap34xx.h17 #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 …]
H A Domap24xx.h19 #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 …]
H A Diomap.h33 #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 …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dbcm53340-ubnt-unifi-switch8.dts22 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 …]
H A Dimx31.dtsi35 #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 …]
H A Dda850.dtsi16 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 …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/
H A Ddavinci-nand.txt23 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>;
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/
H A Da4m072.dts27 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 …]
/OK3568_Linux_fs/kernel/arch/arm/mach-davinci/include/mach/
H A Dda8xx.h52 #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 …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/realtek/
H A Drtd139x.dtsi8 /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 …]
H A Drtd16xx.dtsi23 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 …]
/OK3568_Linux_fs/u-boot/include/configs/
H A Duniphier.h32 #define CONFIG_SMC911X_BASE 0
42 #define CONFIG_SYS_MONITOR_BASE 0
43 #define CONFIG_SYS_MONITOR_LEN 0x00080000 /* 512KB */
44 #define CONFIG_SYS_FLASH_BASE 0
67 #define CONFIG_ENV_OFFSET 0x100000
68 #define CONFIG_ENV_SIZE 0x2000
71 #define CONFIG_SYS_MMC_ENV_DEV 0
84 #define CONFIG_SYS_NAND_REGS_BASE 0x68100000
85 #define CONFIG_SYS_NAND_DATA_BASE 0x68000000
88 #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap3/
H A Domap.h16 #define SMX_APE_BASE 0x68000000
19 #define OMAP34XX_GPMC_BASE 0x6E000000
22 #define OMAP34XX_SMS_BASE 0x6C000000
25 #define OMAP34XX_SDRC_BASE 0x6D000000
30 #define OMAP34XX_CORE_L4_IO_BASE 0x48000000
31 #define OMAP34XX_WAKEUP_L4_IO_BASE 0x48300000
32 #define OMAP34XX_ID_L4_IO_BASE 0x4830A200
33 #define OMAP34XX_L4_PER 0x49000000
37 #define OMAP34XX_DMA4_BASE 0x48056000
40 #define OMAP34XX_CTRL_BASE (OMAP34XX_L4_IO_BASE + 0x2000)
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A Dcmdstream.xml.h7 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 …]
/OK3568_Linux_fs/u-boot/post/lib_powerpc/
H A Dcpu_asm.h10 #define BIT_C 0x00000001
12 #define OP_BLR 0x4e800020
13 #define OP_EXTSB 0x7c000774
14 #define OP_EXTSH 0x7c000734
15 #define OP_NEG 0x7c0000d0
16 #define OP_CNTLZW 0x7c000034
17 #define OP_ADD 0x7c000214
18 #define OP_ADDC 0x7c000014
19 #define OP_ADDME 0x7c0001d4
20 #define OP_ADDZE 0x7c000194
[all …]
/OK3568_Linux_fs/kernel/arch/mips/boot/dts/cavium-octeon/
H A Docteon_3xxx.dtsi12 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 …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx35/
H A Dimx-regs.h17 #define IRAM_BASE_ADDR 0x10000000 /* internal ram */
18 #define IRAM_SIZE 0x00020000 /* 128 KB */
20 #define LOW_LEVEL_SRAM_STACK 0x1001E000
25 #define AIPS1_BASE_ADDR 0x43F00000
27 #define MAX_BASE_ADDR 0x43F04000
28 #define EVTMON_BASE_ADDR 0x43F08000
29 #define CLKCTL_BASE_ADDR 0x43F0C000
30 #define I2C1_BASE_ADDR 0x43F80000
31 #define I2C3_BASE_ADDR 0x43F84000
32 #define ATA_BASE_ADDR 0x43F8C000
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/memory-controllers/
H A Dst,stm32-fmc2-ebi.yaml46 <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 …]
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Duniphier-ld11.dtsi10 /memreserve/ 0x80000000 0x02000000;
20 #size-cells = <0>;
33 cpu0: cpu@0 {
36 reg = <0 0x000>;
45 reg = <0 0x001>;
94 #clock-cells = <0>;
107 soc@0 {
111 ranges = <0 0 0 0xffffffff>;
116 reg = <0x54006800 0x40>;
117 interrupts = <0 33 4>;
[all …]

123