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.c67 .start = IXP4XX_UART1_BASE_PHYS,
68 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
80 .mapbase = IXP4XX_UART1_BASE_PHYS,
Ddsmg600-setup.c116 .start = IXP4XX_UART1_BASE_PHYS,
117 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
129 .mapbase = IXP4XX_UART1_BASE_PHYS,
Dvulcan-setup.c63 .start = IXP4XX_UART1_BASE_PHYS,
64 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
79 .mapbase = IXP4XX_UART1_BASE_PHYS,
Dnas100d-setup.c118 .start = IXP4XX_UART1_BASE_PHYS,
119 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
131 .mapbase = IXP4XX_UART1_BASE_PHYS,
Dnslu2-setup.c130 .start = IXP4XX_UART1_BASE_PHYS,
131 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
143 .mapbase = IXP4XX_UART1_BASE_PHYS,
Domixp-setup.c119 .start = IXP4XX_UART1_BASE_PHYS,
120 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
135 .mapbase = IXP4XX_UART1_BASE_PHYS,
Dfsg-setup.c78 .start = IXP4XX_UART1_BASE_PHYS,
79 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
91 .mapbase = IXP4XX_UART1_BASE_PHYS,
Dixdp425-setup.c140 .start = IXP4XX_UART1_BASE_PHYS,
141 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
153 .mapbase = IXP4XX_UART1_BASE_PHYS,
Dcoyote-setup.c102 coyote_uart_data[0].mapbase = IXP4XX_UART1_BASE_PHYS; in coyote_init()
Dgoramo_mlr.c236 .start = IXP4XX_UART1_BASE_PHYS,
237 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff,
249 .mapbase = IXP4XX_UART1_BASE_PHYS,
/arch/arm/mach-ixp4xx/include/mach/
Duncompress.h48 uart_base = (volatile u32*) IXP4XX_UART1_BASE_PHYS; in __arch_decomp_setup()
Dixp4xx-regs.h107 #define IXP4XX_UART1_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x0000) macro