Lines Matching refs:prcm

766 	if (!oh->prcm.omap4.modulemode)  in _omap4_xlate_clkctrl()
771 oh->prcm.omap4.clkctrl_offs); in _omap4_xlate_clkctrl()
1009 if (oh->prcm.omap4.flags & HWMOD_OMAP4_CLKFWK_CLKCTR_CLOCK) in _omap4_clkctrl_managed_by_clkfwk()
1021 if (oh->prcm.omap4.clkctrl_offs) in _omap4_has_clkctrl_clock()
1024 if (!oh->prcm.omap4.clkctrl_offs && in _omap4_has_clkctrl_clock()
1025 oh->prcm.omap4.flags & HWMOD_OMAP4_ZERO_CLKCTRL_OFFSET) in _omap4_has_clkctrl_clock()
1070 if (!oh->clkdm || !oh->prcm.omap4.modulemode || in _omap4_enable_module()
1075 oh->name, __func__, oh->prcm.omap4.modulemode); in _omap4_enable_module()
1077 omap_cm_module_enable(oh->prcm.omap4.modulemode, in _omap4_enable_module()
1079 oh->clkdm->cm_inst, oh->prcm.omap4.clkctrl_offs); in _omap4_enable_module()
1110 oh->prcm.omap4.clkctrl_offs, 0); in _omap4_wait_target_disable()
1655 if (!oh->clkdm || !oh->prcm.omap4.modulemode || in _omap4_disable_module()
1669 oh->prcm.omap4.clkctrl_offs); in _omap4_disable_module()
1835 if (oh->prcm.omap4.flags & HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT) in _omap4_update_context_lost()
1840 oh->prcm.omap4.context_offs)) in _omap4_update_context_lost()
1843 oh->prcm.omap4.context_lost_counter++; in _omap4_update_context_lost()
1846 oh->prcm.omap4.context_offs); in _omap4_update_context_lost()
1857 return oh->prcm.omap4.context_lost_counter; in _omap4_get_context_lost()
2712 return omap_cm_wait_module_ready(0, oh->prcm.omap2.module_offs, in _omap2xxx_3xxx_wait_target_ready()
2713 oh->prcm.omap2.idlest_reg_id, in _omap2xxx_3xxx_wait_target_ready()
2714 oh->prcm.omap2.idlest_idle_bit); in _omap2xxx_3xxx_wait_target_ready()
2747 oh->prcm.omap4.clkctrl_offs, 0); in _omap4_wait_target_ready()
2765 oh->prcm.omap2.module_offs, 0); in _omap2_assert_hardreset()
2783 oh->prcm.omap2.module_offs, 0, 0); in _omap2_deassert_hardreset()
2802 oh->prcm.omap2.module_offs, 0); in _omap2_is_hardreset_asserted()
2826 oh->prcm.omap4.rstctrl_offs); in _omap4_assert_hardreset()
2853 oh->prcm.omap4.rstctrl_offs, in _omap4_deassert_hardreset()
2854 oh->prcm.omap4.rstctrl_offs + in _omap4_deassert_hardreset()
2880 oh->prcm.omap4.rstctrl_offs); in _omap4_is_hardreset_asserted()
2896 oh->prcm.omap4.flags |= HWMOD_OMAP4_CLKFWK_CLKCTR_CLOCK; in _omap4_disable_direct_prcm()
2919 oh->prcm.omap4.rstctrl_offs, in _am33xx_deassert_hardreset()
2920 oh->prcm.omap4.rstst_offs); in _am33xx_deassert_hardreset()
3570 oh->prcm.omap4.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT; in omap_hwmod_init_module()