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)
646 if (port->type == PORT_SCI) { in sci_clear_SCxSR()846 if (port->type != PORT_SCI) { in sci_transmit_chars()878 if (port->type == PORT_SCI) { in sci_receive_chars()1743 if (port->type == PORT_SCI) { in sci_er_interrupt()2615 case PORT_SCI: in sci_type()2802 case PORT_SCI: in sci_probe_regmap()2924 if (port->type == PORT_SCI) { in sci_init_single()3165 .data = SCI_OF_DATA(PORT_SCI, SCIx_SCI_REGTYPE),3410 return early_console_setup(device, PORT_SCI); in sci_early_console_setup()
101 #define PORT_SCI 52 macro
112 .type = PORT_SCI,
41 .type = PORT_SCI,
210 .type = PORT_SCI,