Home
last modified time | relevance | path

Searched refs:UART_BASE (Results 1 – 4 of 4) sorted by relevance

/arch/mips/pic32/pic32mzda/
A Dearly_console.c23 #define UART_BASE(x) ((x) * 0x0200) macro
24 #define U_MODE(x) UART_BASE(x)
25 #define U_STA(x) (UART_BASE(x) + 0x10)
26 #define U_TXR(x) (UART_BASE(x) + 0x20)
27 #define U_BRG(x) (UART_BASE(x) + 0x40)
/arch/mips/econet/
A Dinit.c23 #define UART_BASE CKSEG1ADDR(0x1fbf0003) macro
34 setup_8250_early_printk_port(UART_BASE, UART_REG_SHIFT, 0); in prom_init()
/arch/mips/boot/compressed/
A Duart-16550.c14 #define UART_BASE 0x1fd003f8 macro
15 #define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset))
/arch/arm/mach-spear/
A Dspear.h60 #define UART_BASE UL(0xE0000000) macro
84 #define SPEAR_DBG_UART_BASE UART_BASE

Completed in 8 milliseconds