Searched refs:PORT_SCI (Results 1 – 4 of 4) sorted by relevance
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},281 #define SCIF_BASE_PORT PORT_SCI
16 PORT_SCI, enumerator
101 #define PORT_SCI 52 macro