Searched refs:STA350_CFUD (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | sta350.c | 138 regmap_reg_range(STA350_CFADDR2, STA350_CFUD), 317 /* preserve reserved bits in STA350_CFUD */ in sta350_coefficient_get() 318 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_get() 324 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_get() 328 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x04); in sta350_coefficient_get() 330 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x08); in sta350_coefficient_get() 357 /* preserve reserved bits in STA350_CFUD */ in sta350_coefficient_put() 358 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_put() 364 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_put() 376 regmap_write(sta350->regmap, STA350_CFUD, cfu in sta350_coefficient_put() [all...] |
H A D | sta350.h | 60 #define STA350_CFUD 0x26 macro
|
/kernel/linux/linux-6.6/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() 354 /* preserve reserved bits in STA350_CFUD */ in sta350_coefficient_put() 355 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_put() 361 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_put() 373 regmap_write(sta350->regmap, STA350_CFUD, cfu in sta350_coefficient_put() [all...] |
H A D | sta350.h | 60 #define STA350_CFUD 0x26 macro
|
Completed in 4 milliseconds