Home
last modified time | relevance | path

Searched refs:IXP4XX_UART1_BASE_PHYS (Results 1 – 12 of 12) sorted by relevance

/arch/arm/mach-ixp4xx/
Davila-setup.c75 .start = IXP4XX_UART1_BASE_PHYS,
76 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
88 .mapbase = IXP4XX_UART1_BASE_PHYS,
Ddsmg600-setup.c123 .start = IXP4XX_UART1_BASE_PHYS,
124 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
136 .mapbase = IXP4XX_UART1_BASE_PHYS,
Domixp-setup.c118 .start = IXP4XX_UART1_BASE_PHYS,
119 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
134 .mapbase = IXP4XX_UART1_BASE_PHYS,
Dvulcan-setup.c67 .start = IXP4XX_UART1_BASE_PHYS,
68 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
83 .mapbase = IXP4XX_UART1_BASE_PHYS,
Dnslu2-setup.c146 .start = IXP4XX_UART1_BASE_PHYS,
147 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
159 .mapbase = IXP4XX_UART1_BASE_PHYS,
Dfsg-setup.c86 .start = IXP4XX_UART1_BASE_PHYS,
87 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
99 .mapbase = IXP4XX_UART1_BASE_PHYS,
Dnas100d-setup.c126 .start = IXP4XX_UART1_BASE_PHYS,
127 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
139 .mapbase = IXP4XX_UART1_BASE_PHYS,
Dixdp425-setup.c148 .start = IXP4XX_UART1_BASE_PHYS,
149 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
161 .mapbase = IXP4XX_UART1_BASE_PHYS,
Dgoramo_mlr.c230 .start = IXP4XX_UART1_BASE_PHYS,
231 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
243 .mapbase = IXP4XX_UART1_BASE_PHYS,
Dcoyote-setup.c105 coyote_uart_data[0].mapbase = IXP4XX_UART1_BASE_PHYS; in coyote_init()
/arch/arm/mach-ixp4xx/include/mach/
Duncompress.h44 uart_base = (volatile u32*) IXP4XX_UART1_BASE_PHYS; in __arch_decomp_setup()
Dixp4xx-regs.h101 #define IXP4XX_UART1_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x0000) macro