Home
last modified time | relevance | path

Searched refs:UART_LSR_THRE (Results 1 – 25 of 37) sorted by relevance

12

/arch/arm/mach-ebsa110/include/mach/
Duncompress.h25 } while (!(v & UART_LSR_THRE)); in putc()
37 } while ((v & (UART_LSR_TEMT|UART_LSR_THRE)) != in flush()
38 (UART_LSR_TEMT|UART_LSR_THRE)); in flush()
/arch/mips/ath79/
Dearly_printk.c38 prom_putchar_wait(base + UART_LSR * 4, UART_LSR_THRE, UART_LSR_THRE); in prom_putchar_ar71xx()
40 prom_putchar_wait(base + UART_LSR * 4, UART_LSR_THRE, UART_LSR_THRE); in prom_putchar_ar71xx()
/arch/arm/mach-mv78xx0/include/mach/
Duncompress.h20 if (base[UART_LSR << 2] & UART_LSR_THRE) in putc()
34 mask = UART_LSR_TEMT | UART_LSR_THRE; in flush()
/arch/arm/mach-kirkwood/include/mach/
Duncompress.h20 if (base[UART_LSR << 2] & UART_LSR_THRE) in putc()
34 mask = UART_LSR_TEMT | UART_LSR_THRE; in flush()
/arch/arm/mach-orion5x/include/mach/
Duncompress.h22 if (base[UART_LSR << 2] & UART_LSR_THRE) in putc()
36 mask = UART_LSR_TEMT | UART_LSR_THRE; in flush()
/arch/arm/include/asm/hardware/
Ddebug-8250.S18 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
19 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
/arch/arm/mach-picoxcell/include/mach/
Ddebug-macro.S28 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
29 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
/arch/arm/mach-omap1/include/mach/
Ddebug-macro.S90 and \rd, \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
91 teq \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
94 and \rd, \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
95 teq \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
/arch/powerpc/boot/
Dns16550.c24 #define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */ macro
40 while ((in_8(reg_base + (UART_LSR << reg_shift)) & UART_LSR_THRE) == 0); in ns16550_putc()
/arch/arm/mach-davinci/include/mach/
Duncompress.h35 while (!(uart[UART_LSR] & UART_LSR_THRE)) in putc()
42 while (!(uart[UART_LSR] & UART_LSR_THRE)) in flush()
Ddebug-macro.S73 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
74 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
/arch/mips/cobalt/
Dconsole.c16 while (!(readb(UART_BASE + UART_LSR) & UART_LSR_THRE)) in prom_putchar()
/arch/arm/mach-gemini/include/mach/
Duncompress.h28 while (!(UART[UART_LSR] & UART_LSR_THRE)) in putc()
/arch/arm/mach-iop13xx/include/mach/
Duncompress.h6 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
/arch/mips/mipssim/
Dsim_console.c36 while ((serial_in(UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
/arch/arm/mach-w90x900/include/mach/
Duncompress.h29 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
/arch/arm/mach-ixp23xx/include/mach/
Duncompress.h24 if (UART_BASE[UART_LSR] & UART_LSR_THRE) in putc()
/arch/mips/mti-malta/
Dmalta-console.c41 while ((serial_in(UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
/arch/arm/mach-mmp/include/mach/
Duncompress.h25 while (!(UART[UART_LSR] & UART_LSR_THRE)) in putc()
/arch/microblaze/kernel/
Dearly_printk.c80 #define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */ in early_printk_uart16550_putc() macro
81 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) in early_printk_uart16550_putc()
/arch/arm/mach-iop33x/include/mach/
Duncompress.h12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
/arch/arm/mach-ixp2000/include/mach/
Duncompress.h36 while (--j && !(*UARTSR & UART_LSR_THRE)) in putc()
/arch/arm/mach-iop32x/include/mach/
Duncompress.h12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
/arch/arm/mach-ixp4xx/include/mach/
Duncompress.h20 #define TX_DONE (UART_LSR_TEMT|UART_LSR_THRE)
/arch/mips/loongson/common/
Dearly_printk.c36 while (((serial_in(uart_base, UART_LSR) & UART_LSR_THRE) == 0) && in prom_putchar()

12