Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dsynclink.h95 #define HDLC_TXIDLE_ZEROS 2 macro
/linux-2.4.37.9/drivers/char/
Dsynclink.c6526 case HDLC_TXIDLE_ZEROS: usc_idle_mode = IDLEMODE_ZERO; break; in usc_set_txidle()
6555 case HDLC_TXIDLE_ZEROS: in usc_set_txidle()
Dsynclinkmp.c4748 case HDLC_TXIDLE_ZEROS: RegValue = 0x00; break; in tx_set_idle()