| /OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/include/mach/ |
| H A D | uncompress.h | 22 } 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()
|
| /OK3568_Linux_fs/kernel/arch/mips/ralink/ |
| H A D | early_printk.c | 79 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()
|
| /OK3568_Linux_fs/kernel/arch/mips/ath25/ |
| H A D | early_printk.c | 40 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()
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | ns16550.c | 165 if ((serial_in(&com_port->lsr) & (UART_LSR_TEMT | UART_LSR_THRE)) in NS16550_init() 166 == UART_LSR_THRE) { in NS16550_init() 206 while ((serial_in(&com_port->lsr) & UART_LSR_THRE) == 0) in NS16550_putc() 285 while (!(serial_din(&com_port->lsr) & UART_LSR_THRE)) in _debug_uart_putc() 323 return serial_din(&com_port->lsr) & UART_LSR_THRE ? 0 : 1; in _debug_uart_tstc() 426 while (!(serial_din(&com_port->lsr) & UART_LSR_THRE)) in _debug_uart_putc() 470 return serial_in(&com_port->lsr) & UART_LSR_THRE ? 0 : 1; in ns16550_serial_pending()
|
| H A D | serial_uniphier.c | 73 if (!(readl(&port->lsr) & UART_LSR_THRE)) in uniphier_serial_putc() 88 return !(readl(&port->lsr) & UART_LSR_THRE); in uniphier_serial_pending()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-davinci/include/mach/ |
| H A D | uncompress.h | 38 while (!(uart[UART_LSR] & UART_LSR_THRE)) in putc() 48 while (!(uart[UART_LSR] & UART_LSR_THRE)) in flush()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | ns16550.c | 26 #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()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/debug/ |
| H A D | 8250.S | 41 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE 42 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
| /OK3568_Linux_fs/kernel/arch/arm/include/debug/ |
| H A D | 8250.S | 43 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE 44 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
| H A D | omap2plus.S | 73 and \rd, \rd, #(UART_LSR_TEMT | UART_LSR_THRE) 74 teq \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
|
| H A D | tegra.S | 202 and \rd, \rd, #UART_LSR_THRE 203 teq \rd, #UART_LSR_THRE
|
| H A D | brcmstb.S | 144 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE 145 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-iop32x/include/mach/ |
| H A D | uncompress.h | 12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
|
| /OK3568_Linux_fs/kernel/arch/mips/netlogic/common/ |
| H A D | earlycons.c | 60 while ((nlm_read_reg(uartbase, UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | serialio.h | 36 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/ |
| H A D | uncompress.h | 16 #define TX_DONE (UART_LSR_TEMT|UART_LSR_THRE)
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/ |
| H A D | debug.h | 27 while (!(readl(base + UNIPHIER_UART_LSR) & UART_LSR_THRE)) in debug_putc()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/include/mach/ |
| H A D | uncompress.h | 41 while (!(uart_read(UART_LSR) & UART_LSR_THRE)) in putc()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | early_printk_8250.c | 43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/ |
| H A D | jsm_neo.c | 359 if (linestatus & (UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR)) in neo_copy_data_from_uart_to_queue() 417 if (linestatus & (UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR)) { in neo_copy_data_from_uart_to_queue() 418 linestatus &= ~(UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR); in neo_copy_data_from_uart_to_queue() 503 if (ch->ch_cached_lsr & UART_LSR_THRE) { in neo_copy_data_from_queue_to_uart() 504 ch->ch_cached_lsr &= ~(UART_LSR_THRE); in neo_copy_data_from_queue_to_uart() 903 if (linestatus & UART_LSR_THRE) { in neo_parse_lsr()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/debug-uart/ |
| H A D | debug-uart.c | 24 while (!(readl(base + UNIPHIER_UART_LSR) & UART_LSR_THRE)) in _debug_uart_putc()
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/compressed/ |
| H A D | uart-16550.c | 60 while (((serial_in(UART_LSR) & UART_LSR_THRE) == 0) && (timeout-- > 0)) in putc()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/include/mach/ |
| H A D | uncompress.h | 57 while (!(uart_base[UART_LSR << uart_shift] & UART_LSR_THRE)) in putc()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_serial.c | 85 while((*uart_lsr&UART_LSR_THRE)==0); in au1x00_serial_putc()
|
| /OK3568_Linux_fs/u-boot/drivers/input/ |
| H A D | ps2ser.c | 70 while ((com_port->lsr & UART_LSR_THRE) == 0); in ps2ser_putc()
|