Home
last modified time | relevance | path

Searched refs:UART_LSR_TEMT (Results 1 - 25 of 61) sorted by relevance

123

/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/include/mach/
H A Duncompress.h34 } 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 D8250.S43 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
44 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
H A Domap2plus.S73 and \rd, \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
74 teq \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
H A Dbrcmstb.S144 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 D8250.S43 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
44 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
H A Domap2plus.S73 and \rd, \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
74 teq \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
H A Dbrcmstb.S136 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 Duncompress.h12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dserialio.h36 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/include/mach/
H A Duncompress.h16 #define TX_DONE (UART_LSR_TEMT|UART_LSR_THRE)
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dearly_printk_8250.c43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
H A Dcps-vec-ns16550.S38 andi t0, t0, UART_LSR_TEMT
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dearly_printk_8250.c43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
H A Dcps-vec-ns16550.S38 andi t0, t0, UART_LSR_TEMT
/kernel/linux/linux-6.6/include/linux/
H A Dserial.h24 #define UART_LSR_BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
/kernel/linux/linux-5.10/arch/mips/ath79/
H A Dearly_printk.c32 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
/kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c38 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) { in wd_stop()
/kernel/linux/linux-5.10/arch/x86/platform/ce4100/
H A Dce4100.c45 * 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 Dls_uart.c39 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) { in wd_stop()
/kernel/linux/linux-6.6/arch/x86/platform/ce4100/
H A Dce4100.c45 * 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 Dprom.c253 while ((serial_in(UART_LSR) & UART_LSR_TEMT) == 0) in prom_putchar()
/kernel/linux/linux-6.6/arch/mips/ar7/
H A Dprom.c253 while ((serial_in(UART_LSR) & UART_LSR_TEMT) == 0) in prom_putchar()
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_early.c87 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dserial_reg.h135 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dserial_reg.h140 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro

Completed in 8 milliseconds

123