Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci-common.h57 unsigned int poll_sent_bits; member
H A Drsci.c632 .poll_sent_bits = CSR_TDRE | CSR_TEND,
H A Dsh-sci.c264 .poll_sent_bits = SCI_TDRE | SCI_TEND
270 .poll_sent_bits = SCIF_TDFE | SCIF_TEND
3429 bits = sci_port->params->param_bits->poll_sent_bits; in serial_console_write()