Home
last modified time | relevance | path

Searched refs:SCxSR_FER (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsh-sci.h163 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER) macro
H A Dsh-sci.c897 if (status & SCxSR_FER(port)) { in sci_receive_chars()
948 if (status & SCxSR_FER(port)) { in sci_handle_errors()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_sh.h338 #define SCxSR_FER(port)\ macro