/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/include/mach/ |
H A D | uncompress.h | 34 } while ((v & (UART_LSR_TEMT|UART_LSR_THRE)) != in flush() 35 (UART_LSR_TEMT|UART_LSR_THRE)); in flush()
|
/kernel/linux/linux-5.10/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 | brcmstb.S | 144 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE 145 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
/kernel/linux/linux-6.6/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 | brcmstb.S | 136 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE 137 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/include/mach/ |
H A D | uncompress.h | 12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | serialio.h | 36 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/include/mach/ |
H A D | uncompress.h | 16 #define TX_DONE (UART_LSR_TEMT|UART_LSR_THRE)
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | early_printk_8250.c | 43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
|
H A D | cps-vec-ns16550.S | 38 andi t0, t0, UART_LSR_TEMT
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | early_printk_8250.c | 43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
|
H A D | cps-vec-ns16550.S | 38 andi t0, t0, UART_LSR_TEMT
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | serial.h | 24 #define UART_LSR_BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
/kernel/linux/linux-5.10/arch/mips/ath79/ |
H A D | early_printk.c | 32 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/ |
H A D | ls_uart.c | 38 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) { in wd_stop()
|
/kernel/linux/linux-5.10/arch/x86/platform/ce4100/ |
H A D | ce4100.c | 45 * workaround for this silicon issue checks UART_LSR_THRE bit and UART_LSR_TEMT 67 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) in ce4100_mem_serial_in()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/embedded6xx/ |
H A D | ls_uart.c | 39 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) { in wd_stop()
|
/kernel/linux/linux-6.6/arch/x86/platform/ce4100/ |
H A D | ce4100.c | 45 * workaround for this silicon issue checks UART_LSR_THRE bit and UART_LSR_TEMT 67 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) in ce4100_mem_serial_in()
|
/kernel/linux/linux-5.10/arch/mips/ar7/ |
H A D | prom.c | 253 while ((serial_in(UART_LSR) & UART_LSR_TEMT) == 0) in prom_putchar()
|
/kernel/linux/linux-6.6/arch/mips/ar7/ |
H A D | prom.c | 253 while ((serial_in(UART_LSR) & UART_LSR_TEMT) == 0) in prom_putchar()
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_early.c | 87 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | serial_reg.h | 135 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | serial_reg.h | 140 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro
|