Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsh-sci.h74 #define SCI_TEND BIT(2) /* Transmit End */ macro
81 #define SCI_TDxE_CLEAR (u32)(~(SCI_RESERVED | SCI_TEND | SCI_TDRE))
160 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_sh.h277 #define SCI_TEND 0x04 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */ macro
331 (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)