Home
last modified time | relevance | path

Searched defs:SCxSR_TDxE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dsh-sci.h166 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE) macro
/openbmc/u-boot/drivers/serial/
H A Dserial_sh.h333 #define SCxSR_TDxE(port)\ macro