crc_table          82 drivers/bluetooth/hci_bcsp.c static const u16 crc_table[] = {
crc_table         102 drivers/bluetooth/hci_bcsp.c 	reg = (reg >> 4) ^ crc_table[(reg ^ d) & 0x000f];
crc_table         103 drivers/bluetooth/hci_bcsp.c 	reg = (reg >> 4) ^ crc_table[(reg ^ (d >> 4)) & 0x000f];