Home
last modified time | relevance | path

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

/linux-6.15/include/sound/
H A Dtas2781.h151 unsigned int pow_reg; member
/linux-6.15/sound/soc/codecs/
H A Dtas2781-i2c.c244 dst[i++] = TASDEVICE_BOOK_ID(p->pow_reg); in tasdev_cali_data_get()
245 dst[i++] = TASDEVICE_PAGE_ID(p->pow_reg); in tasdev_cali_data_get()
246 dst[i++] = TASDEVICE_PAGE_REG(p->pow_reg); in tasdev_cali_data_get()
303 rc = tasdevice_dev_bulk_read(priv, j, p->pow_reg, &dst[i], 4); in tasdev_cali_data_get()
631 p->pow_reg = TASDEVICE_REG(src[i], src[i + 1], src[i + 2]); in tasdev_cali_data_put()
H A Dtas2781-fmwlib.c613 r->pow_reg = TASDEVICE_REG(dat[20], dat[21], dat[22]); in fct_param_address_parser()
2336 rc = tasdevice_dev_bulk_write(priv, i, p->pow_reg, &(data[k]), 4); in tasdev_load_calibrated_data()
/linux-6.15/sound/pci/hda/
H A Dtas2781_hda_i2c.c578 cali_reg[3] = r->pow_reg; in tas2781_apply_calib()