Home
last modified time | relevance | path

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

/linux/arch/arm/mach-mv78xx0/
H A Dmv78xx0.h89 #define UART1_VIRT_BASE (DEV_BUS_VIRT_BASE + 0x2100) macro
H A Dcommon.c300 orion_uart1_init(UART1_VIRT_BASE, UART1_PHYS_BASE, in mv78xx0_uart1_init()
/linux/arch/arm/mach-orion5x/
H A Dtsx09-common.c22 #define UART1_REG(x) (UART1_VIRT_BASE + ((UART_##x) << 2))
H A Dorion5x.h79 #define UART1_VIRT_BASE (ORION5X_DEV_BUS_VIRT_BASE + 0x2100) macro
H A Dcommon.c144 orion_uart1_init(UART1_VIRT_BASE, UART1_PHYS_BASE, in orion5x_uart1_init()