Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dtas2781.h47 #define TASDEVICE_PAGE_REG(reg) ((reg % (256 * 128)) % 128) macro
/linux/sound/soc/codecs/
H A Dtas2781-i2c.c269 dst[i++] = TASDEVICE_PAGE_REG(p->r0_reg); in tasdev_cali_data_get()
273 dst[i++] = TASDEVICE_PAGE_REG(p->r0_low_reg); in tasdev_cali_data_get()
277 dst[i++] = TASDEVICE_PAGE_REG(p->invr0_reg); in tasdev_cali_data_get()
281 dst[i++] = TASDEVICE_PAGE_REG(p->pow_reg); in tasdev_cali_data_get()
285 dst[i++] = TASDEVICE_PAGE_REG(p->tlimit_reg); in tasdev_cali_data_get()
/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda_spi.c147 ret = tasdevice_dev_write(tas_priv, chn, TASDEVICE_PAGE_REG(reg), in tasdevice_spi_dev_update_bits()