Home
last modified time | relevance | path

Searched refs:UART_LSR_THRE (Results 1 – 20 of 20) sorted by relevance

/linux/arch/mips/ralink/
H A Dearly_printk.c79 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/arch/mips/ath25/
H A Dearly_printk.c40 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/arch/powerpc/boot/
H A Dns16550.c26 #define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */ macro
42 while ((in_8(reg_base + (UART_LSR << reg_shift)) & UART_LSR_THRE) == 0); in ns16550_putc()
/linux/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 Dtegra.S202 and \rd, \rd, #UART_LSR_THRE
203 teq \rd, #UART_LSR_THRE
H A Dbrcmstb.S138 and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
139 teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
/linux/include/linux/
H A Dserial.h24 #define UART_LSR_BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
/linux/arch/mips/kernel/
H A Dearly_printk_8250.c43 bits = UART_LSR_TEMT | UART_LSR_THRE; in prom_putchar()
/linux/arch/mips/boot/compressed/
H A Duart-16550.c50 while (((serial_in(UART_LSR) & UART_LSR_THRE) == 0) && (timeout-- > 0)) in putc()
/linux/drivers/tty/serial/8250/
H A D8250_ce4100.c50 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) in ce4100_mem_serial_in()
H A D8250_aspeed_vuart.c374 if (lsr & UART_LSR_THRE) in aspeed_vuart_handle_irq()
H A D8250_dw.c387 if (!(lsr & UART_LSR_THRE)) in dw8250_quirk_ier_kick()
H A D8250_omap.c1321 if (status & UART_LSR_THRE && up->dma->tx_err) { in omap_8250_dma_handle_irq()
/linux/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c39 if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) { in wd_stop()
/linux/include/uapi/linux/
H A Dserial_reg.h142 #define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */ macro
/linux/drivers/mmc/core/
H A Dsdio_uart.c285 port->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; in sdio_uart_change_speed()
520 if (lsr & UART_LSR_THRE) in sdio_uart_irq()
/linux/drivers/media/rc/
H A Dserial_ir.c197 while (!(sinp(UART_LSR) & UART_LSR_THRE)) in send_pulse_irdeo()
/linux/drivers/tty/serial/
H A Dserial-tegra.c37 #define TX_EMPTY_STATUS (UART_LSR_TEMT | UART_LSR_THRE)
/linux/samples/vfio-mdev/
H A Dmtty.c642 lsr |= UART_LSR_TEMT | UART_LSR_THRE; in handle_bar_read()