Searched refs:pow_reg (Results 1 – 3 of 3) sorted by relevance
/linux/include/sound/ |
H A D | tas2781.h | 143 unsigned int pow_reg; member
|
/linux/sound/soc/codecs/ |
H A D | tas2781-i2c.c | 244 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 D | tas2781-fmwlib.c | 2199 rc = tasdevice_dev_bulk_write(priv, i, p->pow_reg, &(data[k]), 4); in tasdev_load_calibrated_data()
|