Searched refs:cfud (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | sta32x.c | 275 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() 351 unsigned int cfud; sta32x_sync_coef_shadow() local [all...] |
H A D | sta350.c | 312 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() 388 unsigned int cfud; sta350_sync_coef_shadow() local [all...] |
/kernel/linux/linux-6.6/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() 348 unsigned int cfud; sta32x_sync_coef_shadow() local [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() 385 unsigned int cfud; sta350_sync_coef_shadow() local [all...] |
Completed in 4 milliseconds