Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/hda/
H A Dtas2781-spi.h35 #define TASDEVICE_PAGE_ID(reg) (((reg) & GENMASK(15, 8)) >> 8) macro
H A Dtas2781_spi_fwlib.c1285 (page == TASDEVICE_PAGE_ID(TAS2781_SA_COEFF_SWAP_REG)) && in tasdev_multibytes_chksum()
1311 (page == TASDEVICE_PAGE_ID(TAS2781_SA_COEFF_SWAP_REG)) && in tasdev_multibytes_chksum()
1341 (page == TASDEVICE_PAGE_ID(TAS2781_SA_COEFF_SWAP_REG)) && in do_singlereg_checksum()
H A Dtas2781_hda_spi.c137 if ((TASDEVICE_BOOK_ID(reg) > 0) || (TASDEVICE_PAGE_ID(reg) > 1)) { in tasdevice_spi_dev_read()
208 if ((TASDEVICE_BOOK_ID(reg) > 0) || (TASDEVICE_PAGE_ID(reg) > 1)) { in tasdevice_spi_dev_bulk_read()
/linux-6.15/include/sound/
H A Dtas2781.h40 #define TASDEVICE_PAGE_ID(reg) ((reg % (256 * 128)) / 128) macro
/linux-6.15/sound/soc/codecs/
H A Dtas2781-i2c.c233 dst[i++] = TASDEVICE_PAGE_ID(p->r0_reg); in tasdev_cali_data_get()
237 dst[i++] = TASDEVICE_PAGE_ID(p->r0_low_reg); in tasdev_cali_data_get()
241 dst[i++] = TASDEVICE_PAGE_ID(p->invr0_reg); in tasdev_cali_data_get()
245 dst[i++] = TASDEVICE_PAGE_ID(p->pow_reg); in tasdev_cali_data_get()
249 dst[i++] = TASDEVICE_PAGE_ID(p->tlimit_reg); in tasdev_cali_data_get()
H A Dtas2781-fmwlib.c1446 && (page == TASDEVICE_PAGE_ID(TAS2781_SA_COEFF_SWAP_REG)) in tasdev_multibytes_chksum()
1472 && (page == TASDEVICE_PAGE_ID( in tasdev_multibytes_chksum()
1502 && (page == TASDEVICE_PAGE_ID(TAS2781_SA_COEFF_SWAP_REG)) in do_singlereg_checksum()