Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/hda/
H A Dtas2781_spi_fwlib.c1450 unsigned int nr_value; in tasdev_block_chksum() local
1453 ret = tasdevice_spi_dev_read(tas_priv, TASDEVICE_CHECKSUM, &nr_value); in tasdev_block_chksum()
1460 if ((nr_value & 0xff) != block->pchksum) { in tasdev_block_chksum()
1463 block->pchksum, (nr_value & 0xff)); in tasdev_block_chksum()
/linux-6.15/sound/soc/codecs/
H A Dtas2781-fmwlib.c1615 unsigned int nr_value; in tasdev_block_chksum() local
1619 &nr_value); in tasdev_block_chksum()
1626 if ((nr_value & 0xff) != block->pchksum) { in tasdev_block_chksum()
1630 block->pchksum, (nr_value & 0xff)); in tasdev_block_chksum()