Home
last modified time | relevance | path

Searched refs:crc8_tbls (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/regulator/
H A Drt5133-regulator.c123 u8 crc8_tbls[CRC8_TABLE_SIZE]; member
398 crc = crc8(priv->crc8_tbls, buf, RT5133_PREDATA_LEN + val_size, 0); in rt5133_regmap_hw_read()
431 crc = crc8(priv->crc8_tbls, buf, RT5133_I2C_ADDR_LEN + count, 0); in rt5133_regmap_hw_write()
554 crc8_populate_msb(priv->crc8_tbls, RT5133_CRC8_POLYNOMIAL); in rt5133_probe()