Searched refs:regmap_ao (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/soc/amlogic/ |
| D | meson-gx-pwrc-vpu.c | 34 struct regmap *regmap_ao; member 52 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_power_off() 74 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_power_off() 90 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_g12a_pwrc_vpu_power_off() 117 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_g12a_pwrc_vpu_power_off() 149 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_power_on() 177 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_power_on() 197 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_g12a_pwrc_vpu_power_on() 231 regmap_update_bits(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_g12a_pwrc_vpu_power_on() 249 regmap_read(pd->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, ®); in meson_gx_pwrc_vpu_get_power() [all …]
|
| D | meson-ee-pwrc.c | 234 struct regmap *regmap_ao; member 244 regmap_read(pwrc_domain->pwrc->regmap_ao, in pwrc_ee_get_power() 257 regmap_update_bits(pwrc_domain->pwrc->regmap_ao, in meson_ee_pwrc_off() 272 regmap_update_bits(pwrc_domain->pwrc->regmap_ao, in meson_ee_pwrc_off() 293 regmap_update_bits(pwrc_domain->pwrc->regmap_ao, in meson_ee_pwrc_on() 310 regmap_update_bits(pwrc_domain->pwrc->regmap_ao, in meson_ee_pwrc_on() 387 struct regmap *regmap_ao, *regmap_hhi; in meson_ee_pwrc_probe() local 420 regmap_ao = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in meson_ee_pwrc_probe() 422 if (IS_ERR(regmap_ao)) { in meson_ee_pwrc_probe() 424 return PTR_ERR(regmap_ao); in meson_ee_pwrc_probe() [all …]
|
| /Linux-v5.4/drivers/staging/media/meson/vdec/ |
| D | vdec_1.c | 145 regmap_write(core->regmap_ao, AO_RTI_GEN_PWR_ISO0, 0xc0); in vdec_1_stop() 149 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in vdec_1_stop() 173 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in vdec_1_start() 186 regmap_write(core->regmap_ao, AO_RTI_GEN_PWR_ISO0, 0); in vdec_1_start()
|
| D | vdec.h | 65 struct regmap *regmap_ao; member
|
| D | vdec.c | 994 core->regmap_ao = in vdec_probe() 997 if (IS_ERR(core->regmap_ao)) { in vdec_probe() 999 return PTR_ERR(core->regmap_ao); in vdec_probe()
|