Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dsh-sci.c168 to_sci_port(struct uart_port *uart) in to_sci_port() function
495 #define sci_getreg(up, offset) (&to_sci_port(up)->params->regs[offset])
567 return SCSCR_RIE | (to_sci_port(port)->cfg->scscr & SCSCR_REIE); in port_rx_irq_mask()
572 struct sci_port *s = to_sci_port(port); in sci_start_tx()
646 } else if (to_sci_port(port)->params->overrun_mask == SCIFA_ORER) { in sci_clear_SCxSR()
704 struct sci_port *s = to_sci_port(port); in sci_init_pins()
720 if (to_sci_port(port)->has_rtscts) { in sci_init_pins()
754 struct sci_port *s = to_sci_port(port); in sci_txfill()
776 struct sci_port *s = to_sci_port(port); in sci_rxfill()
927 struct sci_port *s = to_sci_port(port); in sci_handle_errors()
[all …]
Dsh-sci.h167 #define SCxSR_ERRORS(port) (to_sci_port(port)->params->error_mask)
172 (to_sci_port(port)->params->error_clear)