Searched refs:PORT_SCI (Results 1 – 3 of 3) sorted by relevance
67 # define SCSCR_INIT(port) (((port)->type == PORT_SCI) ? \331 (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)333 (((port)->type == PORT_SCI) ? SCI_ERRORS : SCIF_ERRORS)335 (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_RDF)337 (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)339 (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)341 (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)343 ((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)345 (((port)->type == PORT_SCI) ? SCI_ORER : SCIF_ORER)360 # define SCxSR_RDxF_CLEAR(port) (((port)->type == PORT_SCI) ? 0xbc : 0x00fc)[all …]
209 {.compatible = "renesas,sci", .data = PORT_SCI},277 #define SCIF_BASE_PORT PORT_SCI
17 PORT_SCI, enumerator