Searched refs:regmap_ao (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/staging/media/meson/vdec/ |
H A 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() 177 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in __vdec_hevc_start() 180 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in __vdec_hevc_start() 195 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_ISO0, in __vdec_hevc_start() 198 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_ISO0, in __vdec_hevc_start()
|
H A 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() 190 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in vdec_1_start() 193 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in vdec_1_start() 207 regmap_update_bits(core->regmap_ao, AO_RTI_GEN_PWR_ISO0, in vdec_1_start() 210 regmap_write(core->regmap_ao, AO_RTI_GEN_PWR_ISO0, 0); in vdec_1_start()
|
H A D | vdec.h | 73 struct regmap *regmap_ao; member
|
H A D | vdec.c | 1019 core->regmap_ao = in vdec_probe() 1022 if (IS_ERR(core->regmap_ao)) { in vdec_probe() 1024 return PTR_ERR(core->regmap_ao); in vdec_probe()
|
/linux/drivers/pmdomain/amlogic/ |
H A D | meson-ee-pwrc.c | 343 struct regmap *regmap_ao; member 353 regmap_read(pwrc_domain->pwrc->regmap_ao, in pwrc_ee_is_powered_off() 366 regmap_update_bits(pwrc_domain->pwrc->regmap_ao, in meson_ee_pwrc_off() 381 regmap_update_bits(pwrc_domain->pwrc->regmap_ao, in meson_ee_pwrc_off() 402 regmap_update_bits(pwrc_domain->pwrc->regmap_ao, in meson_ee_pwrc_on() 419 regmap_update_bits(pwrc_domain->pwrc->regmap_ao, in meson_ee_pwrc_on() 503 struct regmap *regmap_ao, *regmap_hhi; in meson_ee_pwrc_probe() local 539 regmap_ao = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in meson_ee_pwrc_probe() 541 if (IS_ERR(regmap_ao)) { in meson_ee_pwrc_probe() 543 return PTR_ERR(regmap_ao); in meson_ee_pwrc_probe() [all …]
|