Searched refs:cfud (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | sta32x.c | 271 unsigned int cfud, val; in sta32x_coefficient_get() local 277 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_get() 278 cfud &= 0xf0; 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() 313 unsigned int cfud; in sta32x_coefficient_put() local 317 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_put() 318 cfud &= 0xf0; in sta32x_coefficient_put() 323 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_coefficient_put() [all …]
|
D | sta350.c | 308 unsigned int cfud, val; in sta350_coefficient_get() local 314 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_get() 315 cfud &= 0xf0; 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() 350 unsigned int cfud; in sta350_coefficient_put() local 354 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_put() 355 cfud &= 0xf0; in sta350_coefficient_put() 360 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_put() [all …]
|