Home
last modified time | relevance | path

Searched refs:tps6594_i2c_crc_table (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/mfd/
H A Dtps6594-i2c.c21 DECLARE_CRC8_TABLE(tps6594_i2c_crc_table); variable
70 if (buf_rx[1] != crc8(tps6594_i2c_crc_table, crc_data, sizeof(crc_data), CRC8_INIT_VALUE)) in tps6594_i2c_reg_read_with_crc()
98 buf[msg.len - 1] = crc8(tps6594_i2c_crc_table, crc_data, sizeof(crc_data), CRC8_INIT_VALUE); in tps6594_i2c_reg_write_with_crc()
228 crc8_populate_msb(tps6594_i2c_crc_table, TPS6594_CRC8_POLYNOMIAL); in tps6594_i2c_probe()

Completed in 1 milliseconds