Lines Matching +full:0 +full:x101c0000
15 #define RT3883_SDRAM_BASE 0x00000000
16 #define RT3883_SYSC_BASE IOMEM(0x10000000)
17 #define RT3883_TIMER_BASE 0x10000100
18 #define RT3883_INTC_BASE 0x10000200
19 #define RT3883_MEMC_BASE 0x10000300
20 #define RT3883_UART0_BASE 0x10000500
21 #define RT3883_PIO_BASE 0x10000600
22 #define RT3883_FSCC_BASE 0x10000700
23 #define RT3883_NANDC_BASE 0x10000810
24 #define RT3883_I2C_BASE 0x10000900
25 #define RT3883_I2S_BASE 0x10000a00
26 #define RT3883_SPI_BASE 0x10000b00
27 #define RT3883_UART1_BASE 0x10000c00
28 #define RT3883_PCM_BASE 0x10002000
29 #define RT3883_GDMA_BASE 0x10002800
30 #define RT3883_CODEC1_BASE 0x10003000
31 #define RT3883_CODEC2_BASE 0x10003800
32 #define RT3883_FE_BASE 0x10100000
33 #define RT3883_ROM_BASE 0x10118000
34 #define RT3883_USBDEV_BASE 0x10112000
35 #define RT3883_PCI_BASE 0x10140000
36 #define RT3883_WLAN_BASE 0x10180000
37 #define RT3883_USBHOST_BASE 0x101c0000
38 #define RT3883_BOOT_BASE 0x1c000000
39 #define RT3883_SRAM_BASE 0x1e000000
40 #define RT3883_PCIMEM_BASE 0x20000000
43 #define RT3883_OHCI_BASE (RT3883_USBHOST_BASE + 0x1000)
45 #define RT3883_SYSC_SIZE 0x100
46 #define RT3883_TIMER_SIZE 0x100
47 #define RT3883_INTC_SIZE 0x100
48 #define RT3883_MEMC_SIZE 0x100
49 #define RT3883_UART0_SIZE 0x100
50 #define RT3883_UART1_SIZE 0x100
51 #define RT3883_PIO_SIZE 0x100
52 #define RT3883_FSCC_SIZE 0x100
53 #define RT3883_NANDC_SIZE 0x0f0
54 #define RT3883_I2C_SIZE 0x100
55 #define RT3883_I2S_SIZE 0x100
56 #define RT3883_SPI_SIZE 0x100
57 #define RT3883_PCM_SIZE 0x800
58 #define RT3883_GDMA_SIZE 0x800
59 #define RT3883_CODEC1_SIZE 0x800
60 #define RT3883_CODEC2_SIZE 0x800
61 #define RT3883_FE_SIZE 0x10000
62 #define RT3883_ROM_SIZE 0x4000
63 #define RT3883_USBDEV_SIZE 0x4000
64 #define RT3883_PCI_SIZE 0x40000
65 #define RT3883_WLAN_SIZE 0x40000
66 #define RT3883_USBHOST_SIZE 0x40000
71 #define RT3883_SYSC_REG_CHIPID0_3 0x00 /* Chip ID 0 */
72 #define RT3883_SYSC_REG_CHIPID4_7 0x04 /* Chip ID 1 */
73 #define RT3883_SYSC_REG_REVID 0x0c /* Chip Revision Identification */
74 #define RT3883_SYSC_REG_SYSCFG0 0x10 /* System Configuration 0 */
75 #define RT3883_SYSC_REG_SYSCFG1 0x14 /* System Configuration 1 */
76 #define RT3883_SYSC_REG_CLKCFG0 0x2c /* Clock Configuration 0 */
77 #define RT3883_SYSC_REG_CLKCFG1 0x30 /* Clock Configuration 1 */
78 #define RT3883_SYSC_REG_RSTCTRL 0x34 /* Reset Control*/
79 #define RT3883_SYSC_REG_RSTSTAT 0x38 /* Reset Status*/
80 #define RT3883_SYSC_REG_USB_PS 0x5c /* USB Power saving control */
81 #define RT3883_SYSC_REG_GPIO_MODE 0x60 /* GPIO Purpose Select */
82 #define RT3883_SYSC_REG_PCIE_CLK_GEN0 0x7c
83 #define RT3883_SYSC_REG_PCIE_CLK_GEN1 0x80
84 #define RT3883_SYSC_REG_PCIE_CLK_GEN2 0x84
85 #define RT3883_SYSC_REG_PMU 0x88
86 #define RT3883_SYSC_REG_PMU1 0x8c
88 #define RT3883_CHIP_NAME0 0x38335452
89 #define RT3883_CHIP_NAME1 0x20203338
91 #define RT3883_REVID_VER_ID_MASK 0x0f
93 #define RT3883_REVID_ECO_ID_MASK 0x0f
178 #define RT3883_RSTCTRL_SYS BIT(0)
180 #define RT3883_INTC_INT_SYSCTL BIT(0)
196 #define RT3883_FSCC_REG_FLASH_CFG0 0x00
197 #define RT3883_FSCC_REG_FLASH_CFG1 0x04
198 #define RT3883_FSCC_REG_CODEC_CFG0 0x40
199 #define RT3883_FSCC_REG_CODEC_CFG1 0x44
202 #define RT3883_FLASH_CFG_WIDTH_MASK 0x3
203 #define RT3883_FLASH_CFG_WIDTH_8BIT 0x0
204 #define RT3883_FLASH_CFG_WIDTH_16BIT 0x1
205 #define RT3883_FLASH_CFG_WIDTH_32BIT 0x2
207 #define RT3883_SDRAM_BASE 0x00000000