Home
last modified time | relevance | path

Searched refs:UART0_PHYS_BASE (Results 1 – 5 of 5) sorted by relevance

/arch/arm/mach-dove/include/mach/
Duncompress.h7 #define UART0_PHYS_BASE (0xf1000000 + 0x12000) macro
9 #define UART_THR ((volatile unsigned char *)(UART0_PHYS_BASE + 0x0))
10 #define UART_LSR ((volatile unsigned char *)(UART0_PHYS_BASE + 0x14))
/arch/arm/mach-mv78xx0/
Dmv78xx0.h83 #define UART0_PHYS_BASE (DEV_BUS_PHYS_BASE + 0x2000) macro
Dcommon.c293 orion_uart0_init(UART0_VIRT_BASE, UART0_PHYS_BASE, in mv78xx0_uart0_init()
/arch/arm/mach-orion5x/
Dorion5x.h79 #define UART0_PHYS_BASE (ORION5X_DEV_BUS_PHYS_BASE + 0x2000) macro
Dcommon.c148 orion_uart0_init(UART0_VIRT_BASE, UART0_PHYS_BASE, in orion5x_uart0_init()