Searched refs:cfud (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A D | sta32x.c | 272 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() 288 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x04); in sta32x_coefficient_get() 290 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x08); 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() [all …]
|
H A D | sta350.c | 309 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() 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() 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() [all …]
|