Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/bluetooth/
Dhci_bcsp.c82 static const u16 crc_table[] = { variable
102 reg = (reg >> 4) ^ crc_table[(reg ^ d) & 0x000f]; in bcsp_crc_update()
103 reg = (reg >> 4) ^ crc_table[(reg ^ (d >> 4)) & 0x000f]; in bcsp_crc_update()