Home
last modified time | relevance | path

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

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