Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsh-sci.h164 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER) macro
H A Dsh-sci.c901 } else if (status & SCxSR_PER(port)) { in sci_receive_chars()
958 if (status & SCxSR_PER(port)) { in sci_handle_errors()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_sh.h340 #define SCxSR_PER(port)\ macro