Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Dutil.c273 static const uint64_t crc_table[256] = { variable
368 crc = crc_table[i] ^ (crc << 8); in bch_crc64_update()
/linux-4.1.27/drivers/bluetooth/
Dhci_bcsp.c95 static const u16 crc_table[] = { variable
116 reg = (reg >> 4) ^ crc_table[(reg ^ d) & 0x000f]; in bcsp_crc_update()
117 reg = (reg >> 4) ^ crc_table[(reg ^ (d >> 4)) & 0x000f]; in bcsp_crc_update()