Lines Matching refs:pwrdm
2017 if (!prm_was_any_context_lost_old(oh->clkdm->pwrdm.ptr->prcm_partition, in _omap4_update_context_lost()
2018 oh->clkdm->pwrdm.ptr->prcm_offs, in _omap4_update_context_lost()
2023 prm_clear_context_loss_flags_old(oh->clkdm->pwrdm.ptr->prcm_partition, in _omap4_update_context_lost()
2024 oh->clkdm->pwrdm.ptr->prcm_offs, in _omap4_update_context_lost()
3020 oh->clkdm->pwrdm.ptr->prcm_partition, in _omap4_assert_hardreset()
3021 oh->clkdm->pwrdm.ptr->prcm_offs, in _omap4_assert_hardreset()
3047 oh->clkdm->pwrdm.ptr->prcm_partition, in _omap4_deassert_hardreset()
3048 oh->clkdm->pwrdm.ptr->prcm_offs, in _omap4_deassert_hardreset()
3073 oh->clkdm->pwrdm.ptr-> in _omap4_is_hardreset_asserted()
3075 oh->clkdm->pwrdm.ptr->prcm_offs, in _omap4_is_hardreset_asserted()
3095 oh->clkdm->pwrdm.ptr->prcm_partition, in _am33xx_deassert_hardreset()
3096 oh->clkdm->pwrdm.ptr->prcm_offs, in _am33xx_deassert_hardreset()
3594 return oh->clkdm->pwrdm.ptr; in omap_hwmod_get_pwrdm()
3610 return clkdm->pwrdm.ptr; in omap_hwmod_get_pwrdm()
3857 struct powerdomain *pwrdm; in omap_hwmod_get_context_loss_count() local
3863 pwrdm = omap_hwmod_get_pwrdm(oh); in omap_hwmod_get_context_loss_count()
3864 if (pwrdm) in omap_hwmod_get_context_loss_count()
3865 ret = pwrdm_get_context_loss_count(pwrdm); in omap_hwmod_get_context_loss_count()