Searched refs:PORT_SCI (Results 1 – 9 of 9) sorted by relevance
164 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)165 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF)166 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)167 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)168 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)169 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)174 (((port)->type == PORT_SCI) ? SCI_RDxF_CLEAR : SCIF_RDxF_CLEAR)178 (((port)->type == PORT_SCI) ? SCI_TDxE_CLEAR : SCIF_TDxE_CLEAR)180 (((port)->type == PORT_SCI) ? SCI_BREAK_CLEAR : SCIF_BREAK_CLEAR)
610 if (port->type == PORT_SCI) in sci_start_tx()668 if (port->type == PORT_SCI) { in sci_clear_SCxSR()850 } else if (port->type == PORT_SCI && uart_circ_empty(xmit)) { in sci_transmit_chars()869 if (port->type == PORT_SCI) { in sci_transmit_chars()899 if (port->type == PORT_SCI) { in sci_receive_chars()1792 if (port->type != PORT_SCI) in sci_tx_end_interrupt()1838 if (port->type == PORT_SCI) { in sci_er_interrupt()2652 if (port->type != PORT_SCI) in sci_set_termios()2704 case PORT_SCI: in sci_type()2876 case PORT_SCI: in sci_probe_regmap()[all …]
67 # define SCSCR_INIT(port) (((port)->type == PORT_SCI) ? \328 (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)330 (((port)->type == PORT_SCI) ? SCI_ERRORS : SCIF_ERRORS)332 (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_RDF)334 (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)336 (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)338 (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)340 ((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)342 (((port)->type == PORT_SCI) ? SCI_ORER : SCIF_ORER)357 # define SCxSR_RDxF_CLEAR(port) (((port)->type == PORT_SCI) ? 0xbc : 0x00fc)[all …]
208 {.compatible = "renesas,sci", .data = PORT_SCI},283 #define SCIF_BASE_PORT PORT_SCI
16 PORT_SCI, enumerator
95 #define PORT_SCI 52 macro
110 .type = PORT_SCI,
39 .type = PORT_SCI,
208 .type = PORT_SCI,