Searched refs:crc7_table (Results 1 – 1 of 1) sorted by relevance
12 static const uint8_t crc7_table[256] = variable37 result = crc7_table[(result << 1) ^ data[i]]; in sdspi_crc7()