Lines Matching refs:regmap_apbif
27 regmap_write(ahub->regmap_apbif, reg, val);
34 regmap_read(ahub->regmap_apbif, reg, &val);
45 regcache_cache_only(ahub->regmap_apbif, true);
82 regcache_cache_only(ahub->regmap_apbif, false);
84 regcache_mark_dirty(ahub->regmap_apbif);
87 ret = regcache_sync(ahub->regmap_apbif);
149 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf);
251 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf);
559 ahub->regmap_apbif = devm_regmap_init_mmio(&pdev->dev, regs_apbif,
561 if (IS_ERR(ahub->regmap_apbif)) {
563 ret = PTR_ERR(ahub->regmap_apbif);
566 regcache_cache_only(ahub->regmap_apbif, true);