Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dtas2781.h46 #define TASDEVICE_PAGE_ID(reg) ((reg % (256 * 128)) / 128) macro
/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda_spi.c86 if ((TASDEVICE_BOOK_ID(reg) > 0) || (TASDEVICE_PAGE_ID(reg) > 1)) { in tasdevice_spi_dev_read()
112 if ((TASDEVICE_BOOK_ID(reg) > 0) || (TASDEVICE_PAGE_ID(reg) > 1)) { in tasdevice_spi_dev_bulk_read()
138 if ((TASDEVICE_BOOK_ID(reg) > 0) || (TASDEVICE_PAGE_ID(reg) > 1)) { in tasdevice_spi_dev_update_bits()
/linux/sound/soc/codecs/
H A Dtas2781-i2c.c268 dst[i++] = TASDEVICE_PAGE_ID(p->r0_reg); in tasdev_cali_data_get()
272 dst[i++] = TASDEVICE_PAGE_ID(p->r0_low_reg); in tasdev_cali_data_get()
276 dst[i++] = TASDEVICE_PAGE_ID(p->invr0_reg); in tasdev_cali_data_get()
280 dst[i++] = TASDEVICE_PAGE_ID(p->pow_reg); in tasdev_cali_data_get()
284 dst[i++] = TASDEVICE_PAGE_ID(p->tlimit_reg); in tasdev_cali_data_get()
H A Dtas2781-fmwlib.c1579 && (page == TASDEVICE_PAGE_ID(TAS2781_SA_COEFF_SWAP_REG)) in tasdev_multibytes_chksum()
1605 && (page == TASDEVICE_PAGE_ID( in tasdev_multibytes_chksum()
1635 && (page == TASDEVICE_PAGE_ID(TAS2781_SA_COEFF_SWAP_REG)) in do_singlereg_checksum()