Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c1348 unsigned short new_crctype; in hdlcdev_attach() local
1368 case PARITY_NONE: new_crctype = HDLC_CRC_NONE; break; in hdlcdev_attach()
1369 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
1370 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()
1375 info->params.crc_type = new_crctype; in hdlcdev_attach()