Searched refs:PORT_SCI (Results 1 – 6 of 6) sorted by relevance
164 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)165 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF)166 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)167 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)168 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)169 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)174 (((port)->type == PORT_SCI) ? SCI_RDxF_CLEAR : SCIF_RDxF_CLEAR)178 (((port)->type == PORT_SCI) ? SCI_TDxE_CLEAR : SCIF_TDxE_CLEAR)180 (((port)->type == PORT_SCI) ? SCI_BREAK_CLEAR : SCIF_BREAK_CLEAR)
640 if (port->type == PORT_SCI) in sci_start_tx()698 if (port->type == PORT_SCI) { in sci_clear_SCxSR()877 if (port->type == PORT_SCI && in sci_transmit_chars()897 if (port->type == PORT_SCI) { in sci_transmit_chars()927 if (port->type == PORT_SCI) { in sci_receive_chars()1821 if (port->type != PORT_SCI) in sci_tx_end_interrupt()1867 if (port->type == PORT_SCI) { in sci_er_interrupt()2682 if (port->type != PORT_SCI) in sci_set_termios()2734 case PORT_SCI: in sci_type()2906 case PORT_SCI: in sci_probe_regmap()[all …]
81 #define PORT_SCI 52 macro
110 .type = PORT_SCI,
39 .type = PORT_SCI,
208 .type = PORT_SCI,