Searched refs:PORT_SCI (Results 1 – 3 of 3) sorted by relevance
29 # define SCSCR_INIT(port) (((port)->type == PORT_SCI) ? \181 (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)183 (((port)->type == PORT_SCI) ? SCI_ERRORS : SCIF_ERRORS)185 (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_RDF)187 (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)189 (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)191 (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)193 ((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)195 (((port)->type == PORT_SCI) ? SCI_ORER : SCIF_ORER)204 # define SCxSR_RDxF_CLEAR(port) (((port)->type == PORT_SCI) ? 0xbc : 0x00fc)[all …]
208 {.compatible = "renesas,sci", .data = PORT_SCI},263 #define SCIF_BASE_PORT PORT_SCI
16 PORT_SCI, enumerator
Completed in 9 milliseconds