Home
last modified time | relevance | path

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

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