Searched refs:PORT_SCI (Results 1 – 6 of 6) sorted by relevance
5 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)6 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_RDF)7 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)8 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)9 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)10 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)26 # define SCxSR_RDxF_CLEAR(port) (((port)->type == PORT_SCI) ? 0xbc : 0x00fc)27 # define SCxSR_ERROR_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x0073)28 # define SCxSR_TDxE_CLEAR(port) (((port)->type == PORT_SCI) ? 0x78 : 0x00df)29 # define SCxSR_BREAK_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x00e3)
406 case PORT_SCI: in sci_probe_regmap()644 if (port->type != PORT_SCI) { in sci_transmit_chars()677 if (port->type == PORT_SCI) { in sci_receive_chars()973 if (port->type == PORT_SCI) { in sci_er_interrupt()2061 case PORT_SCI: in sci_type()2304 sci_port->error_mask = (p->type == PORT_SCI) ? in sci_init_single()
93 #define PORT_SCI 52 macro
115 .type = PORT_SCI,
44 .type = PORT_SCI,
208 .type = PORT_SCI,