Searched refs:regmap_ao (Results 1 – 6 of 6) sorted by relevance
/drivers/soc/amlogic/ |
D | meson-gx-pwrc-vpu.c | 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() [all …]
|
D | meson-ee-pwrc.c | 311 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/ |
D | vdec_1.c | 147 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()
|
D | vdec_hevc.c | 128 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()
|
D | vdec.h | 73 struct regmap *regmap_ao; member
|
D | vdec.c | 1016 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()
|