Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dtas2781.h46 #define TASDEVICE_PAGE_ID(reg) ((reg % (256 * 128)) / 128) macro
/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()
/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda_spi.c90 if ((TASDEVICE_BOOK_ID(reg) > 0) || (TASDEVICE_PAGE_ID(reg) > 1)) { in tasdevice_spi_dev_read()
116 if ((TASDEVICE_BOOK_ID(reg) > 0) || (TASDEVICE_PAGE_ID(reg) > 1)) { in tasdevice_spi_dev_bulk_read()