Searched refs:PORT_SCI (Results 1 – 6 of 6) sorted by relevance
161 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)162 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF)163 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)164 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)165 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)166 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)171 (((port)->type == PORT_SCI) ? SCI_RDxF_CLEAR : SCIF_RDxF_CLEAR)175 (((port)->type == PORT_SCI) ? SCI_TDxE_CLEAR : SCIF_TDxE_CLEAR)177 (((port)->type == PORT_SCI) ? SCI_BREAK_CLEAR : SCIF_BREAK_CLEAR)
652 if (port->type == PORT_SCI) { in sci_clear_SCxSR()871 if (port->type == PORT_SCI) { in sci_receive_chars()1789 if (port->type == PORT_SCI) { in sci_er_interrupt()2645 case PORT_SCI: in sci_type()2832 case PORT_SCI: in sci_probe_regmap()2959 if (port->type == PORT_SCI) { in sci_init_single()3199 .data = SCI_OF_DATA(PORT_SCI, SCIx_SCI_REGTYPE),3442 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,
Completed in 14 milliseconds