Lines Matching refs:cfud
271 unsigned int cfud, val; in sta32x_coefficient_get() local
277 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_get()
278 cfud &= 0xf0; in sta32x_coefficient_get()
283 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_coefficient_get()
287 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x04); in sta32x_coefficient_get()
289 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x08); in sta32x_coefficient_get()
313 unsigned int cfud; in sta32x_coefficient_put() local
317 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_put()
318 cfud &= 0xf0; in sta32x_coefficient_put()
323 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_coefficient_put()
335 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x01); in sta32x_coefficient_put()
337 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x02); in sta32x_coefficient_put()
347 unsigned int cfud; in sta32x_sync_coef_shadow() local
351 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_sync_coef_shadow()
352 cfud &= 0xf0; in sta32x_sync_coef_shadow()
366 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_sync_coef_shadow()
367 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x01); in sta32x_sync_coef_shadow()