Home
last modified time | relevance | path

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

/arch/arm/mach-ep93xx/include/mach/
Duncompress.h35 #define UART_BASE EP93XX_UART1_PHYS_BASE macro
37 #define UART_BASE EP93XX_UART2_PHYS_BASE macro
39 #define UART_BASE EP93XX_UART3_PHYS_BASE macro
41 #define UART_BASE EP93XX_UART1_PHYS_BASE macro
44 #define PHYS_UART_DATA (UART_BASE + 0x00)
45 #define PHYS_UART_FLAG (UART_BASE + 0x18)
/arch/arm/mach-davinci/include/mach/
Ddebug-macro.S26 #define UART_BASE DAVINCI_UART0_BASE macro
28 #define UART_BASE DA8XX_UART1_BASE macro
30 #define UART_BASE DA8XX_UART2_BASE macro
32 #define UART_BASE TNETV107X_UART2_BASE macro
39 #define UART_VIRTBASE IO_ADDRESS(UART_BASE)
43 ldr \rp, =UART_BASE
/arch/mips/cobalt/
Dconsole.c9 #define UART_BASE ((void __iomem *)CKSEG1ADDR(0x1c800000)) macro
16 while (!(readb(UART_BASE + UART_LSR) & UART_LSR_THRE)) in prom_putchar()
19 writeb(c, UART_BASE + UART_TX); in prom_putchar()
/arch/arm/mach-iop13xx/include/mach/
Duncompress.h5 #define UART_BASE ((volatile u32 *)IOP13XX_UART1_PHYS) macro
10 while ((UART_BASE[UART_LSR] & TX_DONE) != TX_DONE) in putc()
12 UART_BASE[UART_TX] = c; in putc()
/arch/mips/boot/compressed/
Duart-16550.c12 #define UART_BASE 0x1fd003f8 macro
13 #define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset))
/arch/arm/mach-spear/include/mach/
Dspear.h64 #define UART_BASE UL(0xE0000000) macro
88 #define SPEAR_DBG_UART_BASE UART_BASE