Searched refs:crc_table (Results 1 – 1 of 1) sorted by relevance
82 static const u16 crc_table[] = { variable102 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()