Lines Matching refs:regmap_ao
35 struct regmap *regmap_ao; member
53 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_power_off()
75 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_power_off()
91 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_g12a_pwrc_vpu_power_off()
118 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_g12a_pwrc_vpu_power_off()
150 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_power_on()
178 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_power_on()
198 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_g12a_pwrc_vpu_power_on()
232 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_g12a_pwrc_vpu_power_on()
250 regmap_read(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, ®); in meson_gx_pwrc_vpu_get_power()
274 struct regmap *regmap_ao, *regmap_hhi; in meson_gx_pwrc_vpu_probe() local
296 regmap_ao = syscon_node_to_regmap(parent_np); in meson_gx_pwrc_vpu_probe()
298 if (IS_ERR(regmap_ao)) { in meson_gx_pwrc_vpu_probe()
300 return PTR_ERR(regmap_ao); in meson_gx_pwrc_vpu_probe()
329 vpu_pd->regmap_ao = regmap_ao; in meson_gx_pwrc_vpu_probe()