Searched refs:PORT_SCI (Results 1 – 6 of 6) sorted by relevance
160 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)161 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF)162 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)163 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)164 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)165 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)170 (((port)->type == PORT_SCI) ? SCI_RDxF_CLEAR : SCIF_RDxF_CLEAR)174 (((port)->type == PORT_SCI) ? SCI_TDxE_CLEAR : SCIF_TDxE_CLEAR)176 (((port)->type == PORT_SCI) ? SCI_BREAK_CLEAR : SCIF_BREAK_CLEAR)
643 if (port->type == PORT_SCI) { in sci_clear_SCxSR()865 if (port->type == PORT_SCI) { in sci_receive_chars()1779 if (port->type == PORT_SCI) { in sci_er_interrupt()2660 case PORT_SCI: in sci_type()2847 case PORT_SCI: in sci_probe_regmap()2974 if (port->type == PORT_SCI) { in sci_init_single()3210 .data = SCI_OF_DATA(PORT_SCI, SCIx_SCI_REGTYPE),3453 return early_console_setup(device, PORT_SCI); in sci_early_console_setup()
90 #define PORT_SCI 52 macro
110 .type = PORT_SCI,
39 .type = PORT_SCI,
208 .type = PORT_SCI,