Home
last modified time | relevance | path

Searched refs:HDLC_CRC_NONE (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dsynclink.h83 #define HDLC_CRC_NONE 0 macro
/linux-4.19.296/drivers/char/pcmcia/
Dsynclink_cs.c3151 if (info->params.crc_type == HDLC_CRC_NONE) in hdlc_mode()
3902 case PARITY_NONE: new_crctype = HDLC_CRC_NONE; break; in hdlcdev_attach()