Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsynclink.h97 #define HDLC_TXIDLE_MARK 6 macro
/linux-4.1.27/drivers/tty/
Dsynclink.c6181 case HDLC_TXIDLE_MARK: usc_idle_mode = IDLEMODE_MARK; break; in usc_set_txidle()
6211 case HDLC_TXIDLE_MARK: in usc_set_txidle()
Dsynclinkmp.c4735 case HDLC_TXIDLE_MARK: RegValue = 0xff; break; in tx_set_idle()