Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Drp2.c273 unsigned long tx_fifo_bytes, flags; in rp2_uart_tx_empty() local
281 tx_fifo_bytes = readw(up->base + RP2_TX_FIFO_COUNT); in rp2_uart_tx_empty()
284 return tx_fifo_bytes ? 0 : TIOCSER_TEMT; in rp2_uart_tx_empty()