Home
last modified time | relevance | path

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

/arch/arm/mach-ixp4xx/
Dgtwx5715-setup.c69 .start = IXP4XX_UART2_BASE_PHYS,
70 .end = IXP4XX_UART2_BASE_PHYS + 0x0fff,
84 .mapbase = IXP4XX_UART2_BASE_PHYS,
142 .phys_io = IXP4XX_UART2_BASE_PHYS,
Dwg302v2-setup.c52 .start = IXP4XX_UART2_BASE_PHYS,
53 .end = IXP4XX_UART2_BASE_PHYS + 0x0fff,
59 .mapbase = IXP4XX_UART2_BASE_PHYS,
Dgateway7001-setup.c51 .start = IXP4XX_UART2_BASE_PHYS,
52 .end = IXP4XX_UART2_BASE_PHYS + 0x0fff,
58 .mapbase = IXP4XX_UART2_BASE_PHYS,
Dcoyote-setup.c48 .start = IXP4XX_UART2_BASE_PHYS,
49 .end = IXP4XX_UART2_BASE_PHYS + 0x0fff,
55 .mapbase = IXP4XX_UART2_BASE_PHYS,
Davila-setup.c71 .start = IXP4XX_UART2_BASE_PHYS,
72 .end = IXP4XX_UART2_BASE_PHYS + 0x0fff,
88 .mapbase = IXP4XX_UART2_BASE_PHYS,
Ddsmg600-setup.c102 .start = IXP4XX_UART2_BASE_PHYS,
103 .end = IXP4XX_UART2_BASE_PHYS + 0x0fff,
119 .mapbase = IXP4XX_UART2_BASE_PHYS,
Dnslu2-setup.c117 .start = IXP4XX_UART2_BASE_PHYS,
118 .end = IXP4XX_UART2_BASE_PHYS + 0x0fff,
134 .mapbase = IXP4XX_UART2_BASE_PHYS,
Dnas100d-setup.c110 .start = IXP4XX_UART2_BASE_PHYS,
111 .end = IXP4XX_UART2_BASE_PHYS + 0x0fff,
127 .mapbase = IXP4XX_UART2_BASE_PHYS,
Dfsg-setup.c78 .start = IXP4XX_UART2_BASE_PHYS,
79 .end = IXP4XX_UART2_BASE_PHYS + 0x0fff,
95 .mapbase = IXP4XX_UART2_BASE_PHYS,
Dixdp425-setup.c144 .start = IXP4XX_UART2_BASE_PHYS,
145 .end = IXP4XX_UART2_BASE_PHYS + 0x0fff,
161 .mapbase = IXP4XX_UART2_BASE_PHYS,
/arch/arm/mach-ixp4xx/include/mach/
Duncompress.h45 uart_base = (volatile u32*) IXP4XX_UART2_BASE_PHYS; in __arch_decomp_setup()
Dixp4xx-regs.h116 #define IXP4XX_UART2_BASE_PHYS (IXP4XX_PERIPHERAL_BASE_PHYS + 0x1000) macro