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);
81 regcache_cache_only(ahub->regmap_apbif, false);
133 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf);
235 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf);
581 ahub->regmap_apbif = devm_regmap_init_mmio(&pdev->dev, regs_apbif,
583 if (IS_ERR(ahub->regmap_apbif)) {
585 ret = PTR_ERR(ahub->regmap_apbif);
588 regcache_cache_only(ahub->regmap_apbif, true);
636 regcache_mark_dirty(ahub->regmap_apbif);
651 ret |= regcache_sync(ahub->regmap_apbif);