Searched refs:r0_low_reg (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | tas2781_hda.c | 46 /* the data order has to be swapped between r0_low_reg and inv0_reg */ in cali_cnv() 47 swap(reg_data.r0_low_reg, reg_data.invr0_reg); in cali_cnv() 157 r->r0_low_reg = cali_reg[2]; in tas2781_apply_calib()
|
| H A D | tas2781_hda_i2c.c | 391 r->r0_low_reg = TAS2563_CAL_R0_LOW; in tas2563_save_calibration()
|
| /linux/include/sound/ |
| H A D | tas2781.h | 166 unsigned int r0_low_reg; member
|
| /linux/sound/soc/codecs/ |
| H A D | tas2781-i2c.c | 269 dst[i++] = TASDEVICE_BOOK_ID(p->r0_low_reg); in tasdev_cali_data_get() 270 dst[i++] = TASDEVICE_PAGE_ID(p->r0_low_reg); in tasdev_cali_data_get() 271 dst[i++] = TASDEVICE_PAGE_REG(p->r0_low_reg); in tasdev_cali_data_get() 308 rc = tasdevice_dev_bulk_read(priv, j, p->r0_low_reg, in tasdev_cali_data_get() 659 p->r0_low_reg = TASDEVICE_REG(src[i], src[i + 1], src[i + 2]); in tasdev_cali_data_put()
|
| H A D | tas2781-fmwlib.c | 707 r->r0_low_reg = in fct_param_address_parser() 2103 p->r0_low_reg = TASDEVICE_REG(data[4], data[5], data[6]); in calbin_conversion() 2575 rc = tasdevice_dev_bulk_write(priv, i, p->r0_low_reg, &(data[k]), 4); in tasdev_load_calibrated_data()
|