Home
last modified time | relevance | path

Searched refs:UART_LSR_TEMT (Results 1 – 25 of 31) sorted by relevance

12

/linux/arch/arm/include/debug/
A D8250.S43 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
44 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
A Domap2plus.S73 and \rd, \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
74 teq \rd, #(UART_LSR_TEMT | UART_LSR_THRE)
A Dbrcmstb.S146 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 Duncompress.h12 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
/linux/drivers/accessibility/speakup/
A Dserialio.h36 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
/linux/arch/arm/mach-ixp4xx/include/mach/
A Duncompress.h16 #define TX_DONE (UART_LSR_TEMT|UART_LSR_THRE)
/linux/arch/mips/kernel/
A Dearly_printk_8250.c43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
A Dcps-vec-ns16550.S38 andi t0, t0, UART_LSR_TEMT
/linux/arch/x86/platform/ce4100/
A Dce4100.c67 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) in ce4100_mem_serial_in()
/linux/arch/mips/ath79/
A Dearly_printk.c32 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
/linux/arch/powerpc/platforms/embedded6xx/
A Dls_uart.c38 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) { in wd_stop()
/linux/drivers/tty/serial/
A Dserial-tegra.c38 #define TX_EMPTY_STATUS (UART_LSR_TEMT | UART_LSR_THRE)
341 if ((lsr & UART_LSR_TEMT) && !(lsr & UART_LSR_DR)) in tegra_uart_fifo_reset()
949 if ((lsr & UART_LSR_TEMT) != UART_LSR_TEMT) { in tegra_uart_hw_deinit()
957 while ((lsr & UART_LSR_TEMT) != UART_LSR_TEMT) { in tegra_uart_hw_deinit()
A Dpxa.c268 ret = serial_in(up, UART_LSR) & UART_LSR_TEMT ? TIOCSER_TEMT : 0; in serial_pxa_tx_empty()
592 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
A Dvr41xx_siu.c180 if (lsr & UART_LSR_TEMT) in siu_tx_empty()
719 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
A Dsunsu.c549 ret = serial_in(up, UART_LSR) & UART_LSR_TEMT ? TIOCSER_TEMT : 0; in sunsu_tx_empty()
1253 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
/linux/include/uapi/linux/
A Dserial_reg.h135 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro
/linux/arch/mips/ar7/
A Dprom.c253 while ((serial_in(UART_LSR) & UART_LSR_TEMT) == 0) in prom_putchar()
/linux/drivers/tty/serial/8250/
A D8250_early.c87 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
A D8250_ingenic.c61 } while ((lsr & UART_LSR_TEMT) == 0); in ingenic_early_console_putc()
A D8250_dw.c133 if (lsr & UART_LSR_TEMT) in dw8250_tx_wait_empty()
A D8250_exar.c205 if (lsr & (UART_LSR_TEMT | UART_LSR_THRE)) in exar_shutdown()
/linux/drivers/usb/serial/
A Df81232.c781 if ((tmp & UART_LSR_TEMT) != UART_LSR_TEMT) in f81232_tx_empty()
A Dmos7720.c1562 if ((data & (UART_LSR_TEMT | UART_LSR_THRE)) in get_lsr_info()
1563 == (UART_LSR_TEMT | UART_LSR_THRE)) { in get_lsr_info()
/linux/drivers/tty/
A Dmxser.c899 while (!(inb(info->ioaddr + UART_LSR) & UART_LSR_TEMT)) { in mxser_close_port()
1149 result = ((status & UART_LSR_TEMT) ? TIOCSER_TEMT : 0); in mxser_get_lsr_info()
1489 while (!((lsr = inb(info->ioaddr + UART_LSR)) & UART_LSR_TEMT)) { in mxser_wait_until_sent()
/linux/drivers/media/rc/
A Dserial_ir.c204 while (!(sinp(UART_LSR) & UART_LSR_TEMT)) in send_pulse_irdeo()

Completed in 34 milliseconds

12