Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/codecs/
Dsta32x.c275 unsigned int cfud, val; in sta32x_coefficient_get() local
281 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_get()
282 cfud &= 0xf0; in sta32x_coefficient_get()
287 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_coefficient_get()
291 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x04); in sta32x_coefficient_get()
293 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x08); in sta32x_coefficient_get()
317 unsigned int cfud; in sta32x_coefficient_put() local
321 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_put()
322 cfud &= 0xf0; in sta32x_coefficient_put()
327 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_coefficient_put()
[all …]
Dsta350.c312 unsigned int cfud, val; in sta350_coefficient_get() local
318 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_get()
319 cfud &= 0xf0; 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()
354 unsigned int cfud; in sta350_coefficient_put() local
358 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_put()
359 cfud &= 0xf0; in sta350_coefficient_put()
364 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_put()
[all …]