Lines Matching refs:PORT_SCI
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)
361 # define SCxSR_ERROR_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x0073)
362 # define SCxSR_TDxE_CLEAR(port) (((port)->type == PORT_SCI) ? 0x78 : 0x00df)
363 # define SCxSR_BREAK_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x00e3)