Searched refs:STA350_CFUD (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | sta350.c | 135 regmap_reg_range(STA350_CFADDR2, STA350_CFUD), 314 /* preserve reserved bits in STA350_CFUD */ in sta350_coefficient_get() 315 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_get() 321 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_get() 325 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x04); in sta350_coefficient_get() 327 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x08); in sta350_coefficient_get() 349 /* preserve reserved bits in STA350_CFUD */ in sta350_coefficient_put() 350 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_put() 356 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_put() 368 regmap_write(sta350->regmap, STA350_CFUD, cfu in sta350_coefficient_put() [all...] |
| H A D | sta350.h | 60 #define STA350_CFUD 0x26 macro
|