Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dtas2781.h143 unsigned int pow_reg; member
/linux/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()
602 p->pow_reg = TASDEVICE_REG(src[i], src[i + 1], src[i + 2]); in tasdev_cali_data_put()
H A Dtas2781-fmwlib.c2199 rc = tasdevice_dev_bulk_write(priv, i, p->pow_reg, &(data[k]), 4); in tasdev_load_calibrated_data()