| /Linux-v5.4/arch/arm/mach-ebsa110/include/mach/ |
| 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()
|
| /Linux-v5.4/arch/mips/ralink/ |
| 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-v5.4/arch/mips/ath25/ |
| 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-v5.4/arch/arm/mach-davinci/include/mach/ |
| D | uncompress.h | 38 while (!(uart[UART_LSR] & UART_LSR_THRE)) in putc() 48 while (!(uart[UART_LSR] & UART_LSR_THRE)) in flush()
|
| /Linux-v5.4/arch/powerpc/boot/ |
| D | ns16550.c | 25 #define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */ macro 41 while ((in_8(reg_base + (UART_LSR << reg_shift)) & UART_LSR_THRE) == 0); in ns16550_putc()
|
| /Linux-v5.4/arch/arm/include/debug/ |
| D | 8250.S | 43 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE 44 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
| D | omap2plus.S | 73 and \rd, \rd, #(UART_LSR_TEMT | UART_LSR_THRE) 74 teq \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
|
| D | tegra.S | 175 and \rd, \rd, #UART_LSR_THRE 176 teq \rd, #UART_LSR_THRE
|
| D | brcmstb.S | 138 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE 139 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
| /Linux-v5.4/arch/arm/mach-iop32x/include/mach/ |
| D | uncompress.h | 12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
|
| /Linux-v5.4/arch/mips/netlogic/common/ |
| D | earlycons.c | 60 while ((nlm_read_reg(uartbase, UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
|
| /Linux-v5.4/drivers/staging/speakup/ |
| D | serialio.h | 36 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
| /Linux-v5.4/arch/arm/mach-ixp4xx/include/mach/ |
| D | uncompress.h | 16 #define TX_DONE (UART_LSR_TEMT|UART_LSR_THRE)
|
| /Linux-v5.4/arch/mips/loongson64/common/ |
| D | early_printk.c | 33 while (((serial_in(uart_base, UART_LSR) & UART_LSR_THRE) == 0) && in prom_putchar()
|
| /Linux-v5.4/arch/arm/mach-pxa/include/mach/ |
| D | uncompress.h | 41 while (!(uart_read(UART_LSR) & UART_LSR_THRE)) in putc()
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | early_printk_8250.c | 43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
|
| /Linux-v5.4/arch/mips/boot/compressed/ |
| D | uart-16550.c | 60 while (((serial_in(UART_LSR) & UART_LSR_THRE) == 0) && (timeout-- > 0)) in putc()
|
| /Linux-v5.4/arch/arm/mach-omap1/include/mach/ |
| D | uncompress.h | 57 while (!(uart_base[UART_LSR << uart_shift] & UART_LSR_THRE)) in putc()
|
| /Linux-v5.4/drivers/tty/serial/8250/ |
| D | 8250_fsl.c | 78 if (lsr & UART_LSR_THRE) in fsl8250_handle_irq()
|
| /Linux-v5.4/drivers/tty/serial/jsm/ |
| 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() 901 if (linestatus & UART_LSR_THRE) { in neo_parse_lsr()
|
| /Linux-v5.4/arch/x86/platform/ce4100/ |
| D | ce4100.c | 67 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) in ce4100_mem_serial_in()
|
| /Linux-v5.4/arch/mips/ath79/ |
| D | early_printk.c | 32 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
| /Linux-v5.4/arch/unicore32/kernel/ |
| D | debug-macro.S | 76 tst \rd, #UART_LSR_THRE
|
| /Linux-v5.4/arch/powerpc/platforms/embedded6xx/ |
| D | ls_uart.c | 38 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) { in wd_stop()
|
| /Linux-v5.4/drivers/bluetooth/ |
| 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()
|