Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dcyclades.h327 #define C_FS_TXIDLE 0x00000000 /* no Tx data in the buffer or UART */ macro
/Linux-v4.19/drivers/tty/
Dcyclades.c1724 if (readl(&ch_ctrl->flow_status) != C_FS_TXIDLE) { in cy_do_close()