Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
H A D8250.h398 static inline bool serial8250_tx_dma_running(struct uart_8250_port *p) in serial8250_tx_dma_running() function
420 static inline bool serial8250_tx_dma_running(struct uart_8250_port *p) in serial8250_tx_dma_running() function
H A D8250_port.c2008 if (!serial8250_tx_dma_running(up) && uart_lsr_tx_empty(serial_lsr_in(up))) in serial8250_tx_empty()