Home
last modified time | relevance | path

Searched refs:regmap_ao (Results 1 – 6 of 6) sorted by relevance

/drivers/soc/amlogic/
Dmeson-gx-pwrc-vpu.c35 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, &reg); in meson_gx_pwrc_vpu_get_power()
[all …]
Dmeson-ee-pwrc.c311 struct regmap *regmap_ao; member
321 regmap_read(pwrc_domain->pwrc->regmap_ao, in pwrc_ee_is_powered_off()
334 regmap_update_bits(pwrc_domain->pwrc->regmap_ao, in meson_ee_pwrc_off()
349 regmap_update_bits(pwrc_domain->pwrc->regmap_ao, in meson_ee_pwrc_off()
370 regmap_update_bits(pwrc_domain->pwrc->regmap_ao, in meson_ee_pwrc_on()
387 regmap_update_bits(pwrc_domain->pwrc->regmap_ao, in meson_ee_pwrc_on()
471 struct regmap *regmap_ao, *regmap_hhi; in meson_ee_pwrc_probe() local
507 regmap_ao = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in meson_ee_pwrc_probe()
509 if (IS_ERR(regmap_ao)) { in meson_ee_pwrc_probe()
511 return PTR_ERR(regmap_ao); in meson_ee_pwrc_probe()
[all …]
/drivers/staging/media/meson/vdec/
Dvdec_1.c147 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_ISO0, in vdec_1_stop()
150 regmap_write(core->regmap_ao, AO_RTI_GEN_PWR_ISO0, 0xc0); in vdec_1_stop()
155 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in vdec_1_stop()
158 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in vdec_1_stop()
183 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in vdec_1_start()
186 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in vdec_1_start()
200 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_ISO0, in vdec_1_start()
203 regmap_write(core->regmap_ao, AO_RTI_GEN_PWR_ISO0, 0); in vdec_1_start()
Dvdec_hevc.c128 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_ISO0, in vdec_hevc_stop()
132 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_ISO0, in vdec_hevc_stop()
139 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in vdec_hevc_stop()
143 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in vdec_hevc_stop()
178 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in vdec_hevc_start()
181 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in vdec_hevc_start()
196 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_ISO0, in vdec_hevc_start()
199 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_ISO0, in vdec_hevc_start()
Dvdec.h73 struct regmap *regmap_ao; member
Dvdec.c1016 core->regmap_ao = in vdec_probe()
1019 if (IS_ERR(core->regmap_ao)) { in vdec_probe()
1021 return PTR_ERR(core->regmap_ao); in vdec_probe()