Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsh-sci.h90 #define SCIF_TEND BIT(6) /* Transmission End */ macro
164 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
/openbmc/u-boot/drivers/serial/
H A Dserial_sh.h283 #define SCIF_TEND 0x0040 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */ macro
328 (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)