Searched refs:tps6594_spi_crc_table (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/mfd/
H A Dtps6594-spi.c24 DECLARE_CRC8_TABLE(tps6594_spi_crc_table); variable
44 if (tps->use_crc && buf[3] != crc8(tps6594_spi_crc_table, buf, 3, CRC8_INIT_VALUE))
64 buf[3] = crc8(tps6594_spi_crc_table, buf, count++, CRC8_INIT_VALUE);
117 crc8_populate_msb(tps6594_spi_crc_table, TPS6594_CRC8_POLYNOMIAL);

Completed in 208 milliseconds