Home
last modified time | relevance | path

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

/arch/arm/mach-ebsa110/include/mach/
Duncompress.h22 } while (!(v & UART_LSR_THRE)); in putc()
34 } while ((v & (UART_LSR_TEMT|UART_LSR_THRE)) != in flush()
35 (UART_LSR_TEMT|UART_LSR_THRE)); in flush()
/arch/mips/ralink/
Dearly_printk.c79 while ((uart_r32(UART_REG_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
82 while ((uart_r32(UART_REG_LSR_RT2880) & UART_LSR_THRE) == 0) in prom_putchar()
85 while ((uart_r32(UART_REG_LSR_RT2880) & UART_LSR_THRE) == 0) in prom_putchar()
/arch/mips/ath25/
Dearly_printk.c40 while ((prom_uart_rr(base, UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
43 while ((prom_uart_rr(base, UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
/arch/arm/mach-davinci/include/mach/
Duncompress.h38 while (!(uart[UART_LSR] & UART_LSR_THRE)) in putc()
48 while (!(uart[UART_LSR] & UART_LSR_THRE)) in flush()
/arch/powerpc/boot/
Dns16550.c26 #define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */ macro
42 while ((in_8(reg_base + (UART_LSR << reg_shift)) & UART_LSR_THRE) == 0); in ns16550_putc()
/arch/arm/include/debug/
D8250.S43 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
44 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
Domap2plus.S73 and \rd, \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
74 teq \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
Dtegra.S202 and \rd, \rd, #UART_LSR_THRE
203 teq \rd, #UART_LSR_THRE
Dbrcmstb.S144 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
145 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
/arch/arm/mach-iop32x/include/mach/
Duncompress.h12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
/arch/mips/netlogic/common/
Dearlycons.c60 while ((nlm_read_reg(uartbase, UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
/arch/arm/mach-ixp4xx/include/mach/
Duncompress.h16 #define TX_DONE (UART_LSR_TEMT|UART_LSR_THRE)
/arch/arm/mach-pxa/include/mach/
Duncompress.h41 while (!(uart_read(UART_LSR) & UART_LSR_THRE)) in putc()
/arch/mips/kernel/
Dearly_printk_8250.c43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
/arch/mips/boot/compressed/
Duart-16550.c60 while (((serial_in(UART_LSR) & UART_LSR_THRE) == 0) && (timeout-- > 0)) in putc()
/arch/arm/mach-omap1/include/mach/
Duncompress.h57 while (!(uart_base[UART_LSR << uart_shift] & UART_LSR_THRE)) in putc()
/arch/x86/platform/ce4100/
Dce4100.c67 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) in ce4100_mem_serial_in()
/arch/mips/ath79/
Dearly_printk.c32 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
/arch/powerpc/platforms/embedded6xx/
Dls_uart.c38 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) { in wd_stop()
/arch/arm/mach-orion5x/
Dterastation_pro2-setup.c189 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE)) in tsp2_miconwrite()
Dkurobox_pro-setup.c214 while (!(readl(UART1_REG(LSR)) & UART_LSR_THRE)) in kurobox_pro_miconwrite()