Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_sh.c109 if (sci_in(port, SCxSR) & SCIF_ERRORS) { in sh_serial_tstc_generic()
123 if (status & SCIF_ERRORS) in serial_getc_check()
143 if (status & SCIF_ERRORS) in sh_serial_getc_generic()
H A Dserial_sh.h302 # define SCIF_ERRORS (SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK | SCIF_ORER) macro
306 # define SCIF_ERRORS (SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK) macro
314 # define SCIF_ERRORS (SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK) macro
321 # define SCIF_ERRORS (SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK) macro
333 (((port)->type == PORT_SCI) ? SCI_ERRORS : SCIF_ERRORS)