Searched refs:cfud (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
D | sta32x.c | 277 unsigned int cfud, val; in sta32x_coefficient_get() local 283 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_get() 284 cfud &= 0xf0; in sta32x_coefficient_get() 289 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_coefficient_get() 293 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x04); in sta32x_coefficient_get() 295 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x08); in sta32x_coefficient_get() 319 unsigned int cfud; in sta32x_coefficient_put() local 323 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_put() 324 cfud &= 0xf0; in sta32x_coefficient_put() 329 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_coefficient_put() [all …]
|
D | sta350.c | 316 unsigned int cfud, val; in sta350_coefficient_get() local 322 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_get() 323 cfud &= 0xf0; in sta350_coefficient_get() 328 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_get() 332 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x04); in sta350_coefficient_get() 334 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x08); in sta350_coefficient_get() 358 unsigned int cfud; in sta350_coefficient_put() local 362 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_put() 363 cfud &= 0xf0; in sta350_coefficient_put() 368 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_put() [all …]
|