Home
last modified time | relevance | path

Searched refs:HDLC_TXIDLE_FLAGS (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dsynclink.h92 #define HDLC_TXIDLE_FLAGS 0 macro
/Linux-v4.19/drivers/tty/
Dsynclink.c4256 info->idle_mode = HDLC_TXIDLE_FLAGS; in mgsl_allocate_device()
6136 case HDLC_TXIDLE_FLAGS: usc_idle_mode = IDLEMODE_FLAGS; break; in usc_set_txidle()
6161 case HDLC_TXIDLE_FLAGS: in usc_set_txidle()
Dsynclink_gt.c3583 info->idle_mode = HDLC_TXIDLE_FLAGS; in alloc_dev()
4493 case HDLC_TXIDLE_FLAGS: val = 0x7e; break; in tx_set_idle()
Dsynclinkmp.c3745 info->idle_mode = HDLC_TXIDLE_FLAGS; in alloc_dev()
4709 case HDLC_TXIDLE_FLAGS: RegValue = 0x7e; break; in tx_set_idle()
/Linux-v4.19/drivers/char/pcmcia/
Dsynclink_cs.c540 info->idle_mode = HDLC_TXIDLE_FLAGS; in mgslpc_probe()
3561 if (info->idle_mode == HDLC_TXIDLE_FLAGS) in tx_set_idle()