Lines Matching refs:prcm

764 	if (!oh->prcm.omap4.modulemode)  in _omap4_xlate_clkctrl()
769 oh->prcm.omap4.clkctrl_offs); in _omap4_xlate_clkctrl()
1007 if (oh->prcm.omap4.flags & HWMOD_OMAP4_CLKFWK_CLKCTR_CLOCK) in _omap4_clkctrl_managed_by_clkfwk()
1019 if (oh->prcm.omap4.clkctrl_offs) in _omap4_has_clkctrl_clock()
1022 if (!oh->prcm.omap4.clkctrl_offs && in _omap4_has_clkctrl_clock()
1023 oh->prcm.omap4.flags & HWMOD_OMAP4_ZERO_CLKCTRL_OFFSET) in _omap4_has_clkctrl_clock()
1068 if (!oh->clkdm || !oh->prcm.omap4.modulemode || in _omap4_enable_module()
1073 oh->name, __func__, oh->prcm.omap4.modulemode); in _omap4_enable_module()
1075 omap_cm_module_enable(oh->prcm.omap4.modulemode, in _omap4_enable_module()
1077 oh->clkdm->cm_inst, oh->prcm.omap4.clkctrl_offs); in _omap4_enable_module()
1108 oh->prcm.omap4.clkctrl_offs, 0); in _omap4_wait_target_disable()
1653 if (!oh->clkdm || !oh->prcm.omap4.modulemode || in _omap4_disable_module()
1667 oh->prcm.omap4.clkctrl_offs); in _omap4_disable_module()
1833 if (oh->prcm.omap4.flags & HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT) in _omap4_update_context_lost()
1838 oh->prcm.omap4.context_offs)) in _omap4_update_context_lost()
1841 oh->prcm.omap4.context_lost_counter++; in _omap4_update_context_lost()
1844 oh->prcm.omap4.context_offs); in _omap4_update_context_lost()
1855 return oh->prcm.omap4.context_lost_counter; in _omap4_get_context_lost()
2710 return omap_cm_wait_module_ready(0, oh->prcm.omap2.module_offs, in _omap2xxx_3xxx_wait_target_ready()
2711 oh->prcm.omap2.idlest_reg_id, in _omap2xxx_3xxx_wait_target_ready()
2712 oh->prcm.omap2.idlest_idle_bit); in _omap2xxx_3xxx_wait_target_ready()
2745 oh->prcm.omap4.clkctrl_offs, 0); in _omap4_wait_target_ready()
2763 oh->prcm.omap2.module_offs, 0); in _omap2_assert_hardreset()
2781 oh->prcm.omap2.module_offs, 0, 0); in _omap2_deassert_hardreset()
2800 oh->prcm.omap2.module_offs, 0); in _omap2_is_hardreset_asserted()
2824 oh->prcm.omap4.rstctrl_offs); in _omap4_assert_hardreset()
2851 oh->prcm.omap4.rstctrl_offs, in _omap4_deassert_hardreset()
2852 oh->prcm.omap4.rstctrl_offs + in _omap4_deassert_hardreset()
2878 oh->prcm.omap4.rstctrl_offs); in _omap4_is_hardreset_asserted()
2894 oh->prcm.omap4.flags |= HWMOD_OMAP4_CLKFWK_CLKCTR_CLOCK; in _omap4_disable_direct_prcm()
2917 oh->prcm.omap4.rstctrl_offs, in _am33xx_deassert_hardreset()
2918 oh->prcm.omap4.rstst_offs); in _am33xx_deassert_hardreset()
3568 oh->prcm.omap4.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT; in omap_hwmod_init_module()