Home
last modified time | relevance | path

Searched refs:cfud (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dsta32x.c272 unsigned int cfud, val; in sta32x_coefficient_get() local
278 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_get()
279 cfud &= 0xf0; in sta32x_coefficient_get()
284 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_coefficient_get()
314 unsigned int cfud; in sta32x_coefficient_put() local
318 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_put()
319 cfud &= 0xf0; in sta32x_coefficient_put()
324 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_coefficient_put()
348 unsigned int cfud; in sta32x_sync_coef_shadow() local
352 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_sync_coef_shadow()
[all …]
H A Dsta350.c309 unsigned int cfud, val; in sta350_coefficient_get() local
315 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_get()
316 cfud &= 0xf0; in sta350_coefficient_get()
321 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_get()
351 unsigned int cfud; in sta350_coefficient_put() local
355 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_put()
356 cfud &= 0xf0; in sta350_coefficient_put()
361 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_put()
385 unsigned int cfud; in sta350_sync_coef_shadow() local
389 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_sync_coef_shadow()
[all …]