Home
last modified time | relevance | path

Searched refs:SCIF_ERRORS (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/serial/
Dserial_sh.c108 if (sci_in(port, SCxSR) & SCIF_ERRORS) { in sh_serial_tstc_generic()
122 if (status & SCIF_ERRORS) in serial_getc_check()
142 if (status & SCIF_ERRORS) in sh_serial_getc_generic()
Dserial_sh.h300 # define SCIF_ERRORS (SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK | SCIF_ORER) macro
304 # define SCIF_ERRORS (SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK) macro
311 # define SCIF_ERRORS (SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK) macro
318 # define SCIF_ERRORS (SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK) macro
330 (((port)->type == PORT_SCI) ? SCI_ERRORS : SCIF_ERRORS)