Searched refs:regmap_ao (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/power/domain/ |
A D | meson-gx-pwrc-vpu.c | 42 struct regmap *regmap_ao; member 63 regmap_update_bits(priv->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_on() 91 regmap_update_bits(priv->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_on() 110 regmap_update_bits(priv->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_g12a_pwrc_vpu_on() 144 regmap_update_bits(priv->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_g12a_pwrc_vpu_on() 177 regmap_update_bits(priv->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_off() 199 regmap_update_bits(priv->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_off() 213 regmap_update_bits(priv->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_g12a_pwrc_vpu_off() 240 regmap_update_bits(priv->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_g12a_pwrc_vpu_off() 304 if (IS_ERR(priv->regmap_ao)) in meson_gx_pwrc_vpu_probe() [all …]
|
A D | meson-ee-pwrc.c | 255 struct regmap *regmap_ao; member 270 regmap_read(priv->regmap_ao, in pwrc_ee_get_power() 295 regmap_update_bits(priv->regmap_ao, in meson_ee_pwrc_off() 310 regmap_update_bits(priv->regmap_ao, in meson_ee_pwrc_off() 332 regmap_update_bits(priv->regmap_ao, in meson_ee_pwrc_on() 351 regmap_update_bits(priv->regmap_ao, in meson_ee_pwrc_on() 461 priv->regmap_ao = syscon_node_to_regmap(ao_node); in meson_ee_pwrc_probe() 462 if (IS_ERR(priv->regmap_ao)) in meson_ee_pwrc_probe() 463 return PTR_ERR(priv->regmap_ao); in meson_ee_pwrc_probe()
|
Completed in 6 milliseconds