Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dsynclink.h83 #define HDLC_CRC_NONE 0 macro
/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c1368 case PARITY_NONE: new_crctype = HDLC_CRC_NONE; break; in hdlcdev_attach()
4575 if ((info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_NONE) in rx_get_frame()