Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/hda/
H A Dtas2781_hda_spi.c140 ret = regmap_bulk_read(map, TASDEVICE_PAGE_REG(reg) | 1, in tasdevice_spi_dev_read()
144 ret = regmap_read(map, TASDEVICE_PAGE_REG(reg) | 1, val); in tasdevice_spi_dev_read()
163 ret = regmap_write(map, TASDEVICE_PAGE_REG(reg), value); in tasdevice_spi_dev_write()
182 ret = regmap_bulk_write(map, TASDEVICE_PAGE_REG(reg), data, len); in tasdevice_spi_dev_bulk_write()
211 ret = regmap_bulk_read(map, TASDEVICE_PAGE_REG(reg) | 1, buf, in tasdevice_spi_dev_bulk_read()
215 ret = regmap_bulk_read(map, TASDEVICE_PAGE_REG(reg) | 1, data, in tasdevice_spi_dev_bulk_read()
241 ret = regmap_write(map, TASDEVICE_PAGE_REG(reg), in tasdevice_spi_dev_update_bits()
H A Dtas2781-spi.h37 #define TASDEVICE_PAGE_REG(reg) ((reg) & GENMASK(15, 1)) macro
/linux-6.15/include/sound/
H A Dtas2781.h41 #define TASDEVICE_PAGE_REG(reg) ((reg % (256 * 128)) % 128) macro
/linux-6.15/sound/soc/codecs/
H A Dtas2781-i2c.c234 dst[i++] = TASDEVICE_PAGE_REG(p->r0_reg); in tasdev_cali_data_get()
238 dst[i++] = TASDEVICE_PAGE_REG(p->r0_low_reg); in tasdev_cali_data_get()
242 dst[i++] = TASDEVICE_PAGE_REG(p->invr0_reg); in tasdev_cali_data_get()
246 dst[i++] = TASDEVICE_PAGE_REG(p->pow_reg); in tasdev_cali_data_get()
250 dst[i++] = TASDEVICE_PAGE_REG(p->tlimit_reg); in tasdev_cali_data_get()
H A Dtas2781-fmwlib.c1447 && (reg == TASDEVICE_PAGE_REG(TAS2781_SA_COEFF_SWAP_REG)) in tasdev_multibytes_chksum()
1475 >= TASDEVICE_PAGE_REG(TAS2781_SA_COEFF_SWAP_REG)) in tasdev_multibytes_chksum()
1477 <= (TASDEVICE_PAGE_REG(TAS2781_SA_COEFF_SWAP_REG) in tasdev_multibytes_chksum()
1503 && (reg >= TASDEVICE_PAGE_REG(TAS2781_SA_COEFF_SWAP_REG)) in do_singlereg_checksum()
1504 && (reg <= (TASDEVICE_PAGE_REG( in do_singlereg_checksum()