Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtas2781-comlib.c31 TASDEVICE_BOOK_ID(reg)); in tasdevice_dev_read()
59 TASDEVICE_BOOK_ID(reg)); in tasdevice_dev_bulk_read()
84 TASDEVICE_BOOK_ID(reg)); in tasdevice_dev_write()
114 TASDEVICE_BOOK_ID(reg)); in tasdevice_dev_bulk_write()
H A Dtas2781-i2c.c267 dst[i++] = TASDEVICE_BOOK_ID(p->r0_reg); in tasdev_cali_data_get()
271 dst[i++] = TASDEVICE_BOOK_ID(p->r0_low_reg); in tasdev_cali_data_get()
275 dst[i++] = TASDEVICE_BOOK_ID(p->invr0_reg); in tasdev_cali_data_get()
279 dst[i++] = TASDEVICE_BOOK_ID(p->pow_reg); in tasdev_cali_data_get()
283 dst[i++] = TASDEVICE_BOOK_ID(p->tlimit_reg); in tasdev_cali_data_get()
H A Dtas2781-fmwlib.c1578 if ((book == TASDEVICE_BOOK_ID(TAS2781_SA_COEFF_SWAP_REG)) in tasdev_multibytes_chksum()
1604 if ((book == TASDEVICE_BOOK_ID(TAS2781_SA_COEFF_SWAP_REG)) in tasdev_multibytes_chksum()
1634 if ((book == TASDEVICE_BOOK_ID(TAS2781_SA_COEFF_SWAP_REG)) in do_singlereg_checksum()
/linux/include/sound/
H A Dtas2781.h45 #define TASDEVICE_BOOK_ID(reg) (reg / (256 * 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()