Searched refs:STA32X_CFUD (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | sta32x.c | 111 regmap_reg_range(STA32X_CFADDR2, STA32X_CFUD), 277 /* preserve reserved bits in STA32X_CFUD */ in sta32x_coefficient_get() 278 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_get() 284 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_coefficient_get() 288 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x04); in sta32x_coefficient_get() 290 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x08); in sta32x_coefficient_get() 313 /* preserve reserved bits in STA32X_CFUD */ in sta32x_coefficient_put() 314 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_put() 320 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_coefficient_put() 332 regmap_write(sta32x->regmap, STA32X_CFUD, cfu in sta32x_coefficient_put() [all...] |
| H A D | sta32x.h | 58 #define STA32X_CFUD 0x26 macro
|