Home
last modified time | relevance | path

Searched refs:HDLC_TXIDLE_ONES (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dsynclink.h95 #define HDLC_TXIDLE_ONES 3 macro
/Linux-v5.4/drivers/tty/
Dsynclink.c6084 case HDLC_TXIDLE_ONES: usc_idle_mode = IDLEMODE_ONE; break; in usc_set_txidle()
6116 case HDLC_TXIDLE_ONES: in usc_set_txidle()
Dsynclinkmp.c4711 case HDLC_TXIDLE_ONES: RegValue = 0xff; break; in tx_set_idle()