Searched refs:STA32X_CFUD (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | sta32x.c | 110 regmap_reg_range(STA32X_CFADDR2, STA32X_CFUD), 277 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_get() 283 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_coefficient_get() 287 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x04); in sta32x_coefficient_get() 289 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x08); in sta32x_coefficient_get() 317 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_put() 323 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_coefficient_put() 335 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x01); in sta32x_coefficient_put() 337 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x02); in sta32x_coefficient_put() 351 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_sync_coef_shadow() [all …]
|
H A D | sta32x.h | 58 #define STA32X_CFUD 0x26 macro
|