Searched refs:STA350_CFUD (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | sta350.c | 134 regmap_reg_range(STA350_CFADDR2, STA350_CFUD), 313 /* preserve reserved bits in STA350_CFUD */ in sta350_coefficient_get() 314 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_get() 320 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_get() 324 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x04); in sta350_coefficient_get() 326 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x08); in sta350_coefficient_get() 353 /* preserve reserved bits in STA350_CFUD */ in sta350_coefficient_put() 354 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_put() 360 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_put() 372 regmap_write(sta350->regmap, STA350_CFUD, cfu in sta350_coefficient_put() [all...] |
| H A D | sta350.h | 60 #define STA350_CFUD 0x26 macro
|