Searched refs:PORT_SCI (Results 1 – 6 of 6) sorted by relevance
113 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)114 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_RDF)115 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)116 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)117 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)118 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)123 (((port)->type == PORT_SCI) ? SCI_RDxF_CLEAR : SCIF_RDxF_CLEAR)127 (((port)->type == PORT_SCI) ? SCI_TDxE_CLEAR : SCIF_TDxE_CLEAR)129 (((port)->type == PORT_SCI) ? SCI_BREAK_CLEAR : SCIF_BREAK_CLEAR)
418 case PORT_SCI: in sci_probe_regmap()566 if (port->type == PORT_SCI) { in sci_clear_SCxSR()755 if (port->type != PORT_SCI) { in sci_transmit_chars()788 if (port->type == PORT_SCI) { in sci_receive_chars()1526 if (port->type == PORT_SCI) { in sci_er_interrupt()2099 case PORT_SCI: in sci_type()2339 if (p->type == PORT_SCI) { in sci_init_single()2576 .type = PORT_SCI,
93 #define PORT_SCI 52 macro
115 .type = PORT_SCI,
44 .type = PORT_SCI,
208 .type = PORT_SCI,