Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsh-sci.h168 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER) macro
H A Dsh-sci.c926 } else if (status & SCxSR_PER(port)) { in sci_receive_chars()
978 if (status & SCxSR_PER(port)) { in sci_handle_errors()
/openbmc/u-boot/drivers/serial/
H A Dserial_sh.h337 #define SCxSR_PER(port)\ macro