Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/adc/
H A Dad7779.c175 u8 exp_crc; in ad7779_spi_read() local
198 exp_crc = crc8(ad7779_crc8_table, crc_buf, ARRAY_SIZE(crc_buf), 0); in ad7779_spi_read()
199 if (reg != AD7779_REG_GEN_ERR_REG_1_EN && exp_crc != st->reg_rx_buf[2]) { in ad7779_spi_read()
201 st->reg_rx_buf[2], exp_crc); in ad7779_spi_read()