Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtas2781-i2c.c261 if (!p->r0_reg) in tasdev_cali_data_get()
267 dst[i++] = TASDEVICE_BOOK_ID(p->r0_reg); in tasdev_cali_data_get()
268 dst[i++] = TASDEVICE_PAGE_ID(p->r0_reg); in tasdev_cali_data_get()
269 dst[i++] = TASDEVICE_PAGE_REG(p->r0_reg); in tasdev_cali_data_get()
297 rc = tasdevice_dev_bulk_read(priv, j, p->r0_reg, &dst[i], 4); in tasdev_cali_data_get()
660 p->r0_reg = TASDEVICE_REG(src[i], src[i + 1], src[i + 2]); in tasdev_cali_data_put()
753 reg = TASDEVICE_REG(p->r0_reg[0], p->r0_reg[1], in tasdev_re_data_get()
754 p->r0_reg[2]); in tasdev_re_data_get()
779 else if (cali_data->cali_reg_array.r0_reg) in tasdev_r0_data_get()
780 reg = cali_data->cali_reg_array.r0_reg; in tasdev_r0_data_get()
H A Drt1011.h698 unsigned int r0_reg, cali_done; member
/linux/include/sound/
H A Dtas2781.h164 unsigned int r0_reg; member
/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda.c155 r->r0_reg = cali_reg[0]; in tas2781_apply_calib()
H A Dtas2781_hda_i2c.c387 r->r0_reg = TAS2563_CAL_R0; in tas2563_save_calibration()