Searched refs:UART_LSR_TEMT (Results 1 – 15 of 15) sorted by relevance
| /linux/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 | 138 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE 139 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
| /linux/include/linux/ |
| H A D | serial.h | 24 #define UART_LSR_BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
|
| /linux/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
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_ce4100.c | 50 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) in ce4100_mem_serial_in()
|
| H A D | 8250_ingenic.c | 60 } while ((lsr & UART_LSR_TEMT) == 0); in ingenic_early_console_putc()
|
| H A D | 8250_dw.c | 277 if (lsr & UART_LSR_TEMT) in dw8250_tx_wait_empty()
|
| /linux/arch/powerpc/platforms/embedded6xx/ |
| H A D | ls_uart.c | 39 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) { in wd_stop()
|
| /linux/drivers/tty/serial/ |
| H A D | serial-tegra.c | 37 #define TX_EMPTY_STATUS (UART_LSR_TEMT | UART_LSR_THRE) 340 if ((lsr & UART_LSR_TEMT) && !(lsr & UART_LSR_DR)) in tegra_uart_fifo_reset() 953 if ((lsr & UART_LSR_TEMT) != UART_LSR_TEMT) { in tegra_uart_hw_deinit() 961 while ((lsr & UART_LSR_TEMT) != UART_LSR_TEMT) { in tegra_uart_hw_deinit()
|
| H A D | sunplus-uart.c | 96 return (lsr & UART_LSR_TEMT) ? TIOCSER_TEMT : 0; in sunplus_tx_empty() 738 (val & UART_LSR_TEMT), 1, 10000); in sunplus_uart_putc()
|
| /linux/include/uapi/linux/ |
| H A D | serial_reg.h | 141 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro
|
| /linux/drivers/media/rc/ |
| H A D | serial_ir.c | 205 while (!(sinp(UART_LSR) & UART_LSR_TEMT)) in send_pulse_irdeo()
|
| /linux/samples/vfio-mdev/ |
| H A D | mtty.c | 642 lsr |= UART_LSR_TEMT | UART_LSR_THRE; in handle_bar_read()
|