Searched refs:crc_table (Results 1 – 1 of 1) sorted by relevance
97 static const u16 crc_table[] = { variable117 reg = (reg >> 4) ^ crc_table[(reg ^ d) & 0x000f]; in bcsp_crc_update()118 reg = (reg >> 4) ^ crc_table[(reg ^ (d >> 4)) & 0x000f]; in bcsp_crc_update()