Lines Matching refs:prcm

763 	if (!oh->prcm.omap4.modulemode)  in _omap4_xlate_clkctrl()
768 oh->prcm.omap4.clkctrl_offs); in _omap4_xlate_clkctrl()
1006 if (oh->prcm.omap4.flags & HWMOD_OMAP4_CLKFWK_CLKCTR_CLOCK) in _omap4_clkctrl_managed_by_clkfwk()
1018 if (oh->prcm.omap4.clkctrl_offs) in _omap4_has_clkctrl_clock()
1021 if (!oh->prcm.omap4.clkctrl_offs && in _omap4_has_clkctrl_clock()
1022 oh->prcm.omap4.flags & HWMOD_OMAP4_ZERO_CLKCTRL_OFFSET) in _omap4_has_clkctrl_clock()
1067 if (!oh->clkdm || !oh->prcm.omap4.modulemode || in _omap4_enable_module()
1072 oh->name, __func__, oh->prcm.omap4.modulemode); in _omap4_enable_module()
1074 omap_cm_module_enable(oh->prcm.omap4.modulemode, in _omap4_enable_module()
1076 oh->clkdm->cm_inst, oh->prcm.omap4.clkctrl_offs); in _omap4_enable_module()
1107 oh->prcm.omap4.clkctrl_offs, 0); in _omap4_wait_target_disable()
1652 if (!oh->clkdm || !oh->prcm.omap4.modulemode || in _omap4_disable_module()
1666 oh->prcm.omap4.clkctrl_offs); in _omap4_disable_module()
1832 if (oh->prcm.omap4.flags & HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT) in _omap4_update_context_lost()
1837 oh->prcm.omap4.context_offs)) in _omap4_update_context_lost()
1840 oh->prcm.omap4.context_lost_counter++; in _omap4_update_context_lost()
1843 oh->prcm.omap4.context_offs); in _omap4_update_context_lost()
1854 return oh->prcm.omap4.context_lost_counter; in _omap4_get_context_lost()
2708 return omap_cm_wait_module_ready(0, oh->prcm.omap2.module_offs, in _omap2xxx_3xxx_wait_target_ready()
2709 oh->prcm.omap2.idlest_reg_id, in _omap2xxx_3xxx_wait_target_ready()
2710 oh->prcm.omap2.idlest_idle_bit); in _omap2xxx_3xxx_wait_target_ready()
2743 oh->prcm.omap4.clkctrl_offs, 0); in _omap4_wait_target_ready()
2761 oh->prcm.omap2.module_offs, 0); in _omap2_assert_hardreset()
2779 oh->prcm.omap2.module_offs, 0, 0); in _omap2_deassert_hardreset()
2798 oh->prcm.omap2.module_offs, 0); in _omap2_is_hardreset_asserted()
2822 oh->prcm.omap4.rstctrl_offs); in _omap4_assert_hardreset()
2849 oh->prcm.omap4.rstctrl_offs, in _omap4_deassert_hardreset()
2850 oh->prcm.omap4.rstctrl_offs + in _omap4_deassert_hardreset()
2876 oh->prcm.omap4.rstctrl_offs); in _omap4_is_hardreset_asserted()
2892 oh->prcm.omap4.flags |= HWMOD_OMAP4_CLKFWK_CLKCTR_CLOCK; in _omap4_disable_direct_prcm()
2915 oh->prcm.omap4.rstctrl_offs, in _am33xx_deassert_hardreset()
2916 oh->prcm.omap4.rstst_offs); in _am33xx_deassert_hardreset()
3574 oh->prcm.omap4.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT; in omap_hwmod_init_module()