Home
last modified time | relevance | path

Searched refs:HDLC_PREAMBLE_LENGTH_16BITS (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/
Dsynclink.h112 #define HDLC_PREAMBLE_LENGTH_16BITS 1 macro
/linux-2.6.39/drivers/char/pcmcia/
Dsynclink_cs.c3166 case HDLC_PREAMBLE_LENGTH_16BITS: in hdlc_mode()
/linux-2.6.39/drivers/tty/
Dsynclink_gt.c4328 case HDLC_PREAMBLE_LENGTH_16BITS: val |= BIT5; break; in sync_mode()
Dsynclink.c5169 case HDLC_PREAMBLE_LENGTH_16BITS: RegValue |= BIT10; break; in usc_set_sdlc_mode()