Home
last modified time | relevance | path

Searched refs:DOVE_UART0_PHYS_BASE (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-dove/include/mach/
Duncompress.h11 #define UART_THR ((volatile unsigned char *)(DOVE_UART0_PHYS_BASE + 0x0))
12 #define UART_LSR ((volatile unsigned char *)(DOVE_UART0_PHYS_BASE + 0x14))
Ddove.h68 #define DOVE_UART0_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x12000) macro
/arch/arm/mach-dove/
Dcommon.c118 orion_uart0_init(DOVE_UART0_VIRT_BASE, DOVE_UART0_PHYS_BASE, in dove_uart0_init()