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