Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.c1185 static bool sci_is_rsci_type(u8 type) in sci_is_rsci_type() function
1198 if (!sci_is_rsci_type(s->type)) { in sci_handle_fifo_overrun()
1206 if (sci_is_rsci_type(s->type)) { in sci_handle_fifo_overrun()
2023 if (s->type != PORT_SCI && !sci_is_rsci_type(s->type)) in sci_tx_end_interrupt()
3307 if (p->type == PORT_SCI || sci_is_rsci_type(p->type)) in sci_init_single()