Home
last modified time | relevance | path

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

/arch/arm/mach-orion5x/
Dtsx09-common.c26 #define UART1_REG(x) (UART1_VIRT_BASE + ((UART_##x) << 2))
Dterastation_pro2-setup.c163 #define UART1_REG(x) (UART1_VIRT_BASE + ((UART_##x) << 2))
Dcommon.c157 orion_uart1_init(UART1_VIRT_BASE, UART1_PHYS_BASE, in orion5x_uart1_init()
Dkurobox_pro-setup.c184 #define UART1_REG(x) (UART1_VIRT_BASE + ((UART_##x) << 2))
/arch/arm/mach-mv78xx0/include/mach/
Dmv78xx0.h86 #define UART1_VIRT_BASE (DEV_BUS_VIRT_BASE + 0x2100) macro
/arch/arm/mach-orion5x/include/mach/
Dorion5x.h82 #define UART1_VIRT_BASE (ORION5X_DEV_BUS_VIRT_BASE + 0x2100) macro
/arch/arm/mach-mv78xx0/
Dcommon.c308 orion_uart1_init(UART1_VIRT_BASE, UART1_PHYS_BASE, in mv78xx0_uart1_init()