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), 276 /* preserve reserved bits in STA32X_CFUD */ in sta32x_coefficient_get() 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() 316 /* preserve reserved bits in STA32X_CFUD */ in sta32x_coefficient_put() 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, cfu in sta32x_coefficient_put() [all...] |
| H A D | sta32x.h | 58 #define STA32X_CFUD 0x26 macro
|