Lines Matching refs:pwrdm
2031 if (!prm_was_any_context_lost_old(oh->clkdm->pwrdm.ptr->prcm_partition, in _omap4_update_context_lost()
2032 oh->clkdm->pwrdm.ptr->prcm_offs, in _omap4_update_context_lost()
2037 prm_clear_context_loss_flags_old(oh->clkdm->pwrdm.ptr->prcm_partition, in _omap4_update_context_lost()
2038 oh->clkdm->pwrdm.ptr->prcm_offs, in _omap4_update_context_lost()
3034 oh->clkdm->pwrdm.ptr->prcm_partition, in _omap4_assert_hardreset()
3035 oh->clkdm->pwrdm.ptr->prcm_offs, in _omap4_assert_hardreset()
3061 oh->clkdm->pwrdm.ptr->prcm_partition, in _omap4_deassert_hardreset()
3062 oh->clkdm->pwrdm.ptr->prcm_offs, in _omap4_deassert_hardreset()
3087 oh->clkdm->pwrdm.ptr-> in _omap4_is_hardreset_asserted()
3089 oh->clkdm->pwrdm.ptr->prcm_offs, in _omap4_is_hardreset_asserted()
3109 oh->clkdm->pwrdm.ptr->prcm_partition, in _am33xx_deassert_hardreset()
3110 oh->clkdm->pwrdm.ptr->prcm_offs, in _am33xx_deassert_hardreset()
3610 return oh->clkdm->pwrdm.ptr; in omap_hwmod_get_pwrdm()
3626 return clkdm->pwrdm.ptr; in omap_hwmod_get_pwrdm()
3873 struct powerdomain *pwrdm; in omap_hwmod_get_context_loss_count() local
3879 pwrdm = omap_hwmod_get_pwrdm(oh); in omap_hwmod_get_context_loss_count()
3880 if (pwrdm) in omap_hwmod_get_context_loss_count()
3881 ret = pwrdm_get_context_loss_count(pwrdm); in omap_hwmod_get_context_loss_count()