| /linux/arch/mips/ralink/ |
| 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()
|
| /linux/arch/mips/ath25/ |
| 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()
|
| /linux/arch/arm/mach-davinci/include/mach/ |
| A D | uncompress.h | 38 while (!(uart[UART_LSR] & UART_LSR_THRE)) in putc() 48 while (!(uart[UART_LSR] & UART_LSR_THRE)) in flush()
|
| /linux/arch/powerpc/boot/ |
| 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()
|
| /linux/arch/arm/include/debug/ |
| A D | 8250.S | 43 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE 44 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
| A D | omap2plus.S | 73 and \rd, \rd, #(UART_LSR_TEMT | UART_LSR_THRE) 74 teq \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
|
| A D | tegra.S | 202 and \rd, \rd, #UART_LSR_THRE 203 teq \rd, #UART_LSR_THRE
|
| A D | brcmstb.S | 146 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE 147 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
| /linux/arch/arm/mach-iop32x/include/mach/ |
| A D | uncompress.h | 12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
|
| /linux/drivers/accessibility/speakup/ |
| A D | serialio.h | 36 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
| /linux/arch/arm/mach-ixp4xx/include/mach/ |
| A D | uncompress.h | 16 #define TX_DONE (UART_LSR_TEMT|UART_LSR_THRE)
|
| /linux/arch/arm/mach-pxa/include/mach/ |
| A D | uncompress.h | 41 while (!(uart_read(UART_LSR) & UART_LSR_THRE)) in putc()
|
| /linux/arch/mips/kernel/ |
| A D | early_printk_8250.c | 43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
|
| /linux/arch/mips/boot/compressed/ |
| A D | uart-16550.c | 48 while (((serial_in(UART_LSR) & UART_LSR_THRE) == 0) && (timeout-- > 0)) in putc()
|
| /linux/drivers/tty/serial/jsm/ |
| 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()
|
| /linux/arch/arm/mach-omap1/include/mach/ |
| A D | uncompress.h | 57 while (!(uart_base[UART_LSR << uart_shift] & UART_LSR_THRE)) in putc()
|
| /linux/arch/x86/platform/ce4100/ |
| A D | ce4100.c | 67 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) in ce4100_mem_serial_in()
|
| /linux/arch/mips/ath79/ |
| A D | early_printk.c | 32 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
| /linux/arch/powerpc/platforms/embedded6xx/ |
| A D | ls_uart.c | 38 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) { in wd_stop()
|
| /linux/drivers/bluetooth/ |
| A D | dtl1_cs.c | 115 if (!(inb(iobase + UART_LSR) & UART_LSR_THRE)) in dtl1_write() 322 if (lsr & UART_LSR_THRE) { in dtl1_interrupt()
|
| /linux/include/uapi/linux/ |
| A D | serial_reg.h | 136 #define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */ macro
|
| /linux/drivers/tty/serial/8250/ |
| A D | 8250_fsl.c | 77 if ((lsr & UART_LSR_THRE) && (up->ier & UART_IER_THRI)) in fsl8250_handle_irq()
|
| A D | 8250_early.c | 87 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
| /linux/drivers/tty/serial/ |
| A D | pxa.c | 255 if (lsr & UART_LSR_THRE) in serial_pxa_irq() 486 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in serial_pxa_set_termios() 592 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
| A D | vr41xx_siu.c | 424 if (lsr & UART_LSR_THRE) in siu_interrupt() 542 port->read_status_mask = UART_LSR_THRE | UART_LSR_OE | UART_LSR_DR; in siu_set_termios() 719 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|