Searched refs:idlest_mask (Results 1 – 4 of 4) sorted by relevance
328 if (!dd->idlest_mask) { in of_ti_dpll_setup()393 .idlest_mask = 0x1, in of_ti_omap3_dpll_setup()418 .idlest_mask = 0x1, in of_ti_omap3_core_dpll_setup()437 .idlest_mask = 0x1 << 1, in of_ti_omap3_per_dpll_setup()457 .idlest_mask = 0x1 << 1, in of_ti_omap3_per_jtype_dpll_setup()480 .idlest_mask = 0x1, in of_ti_omap4_dpll_setup()499 .idlest_mask = 0x1, in of_ti_omap5_mpu_dpll_setup()520 .idlest_mask = 0x1, in of_ti_omap4_core_dpll_setup()541 .idlest_mask = 0x1, in of_ti_omap4_m4xen_dpll_setup()562 .idlest_mask = 0x1, in of_ti_omap4_jtype_dpll_setup()[all …]
55 state <<= __ffs(ad->idlest_mask); in dra7_apll_enable()60 if ((v & ad->idlest_mask) == state) in dra7_apll_enable()68 state <<= __ffs(ad->idlest_mask); in dra7_apll_enable()72 if ((v & ad->idlest_mask) == state) in dra7_apll_enable()100 state <<= __ffs(ad->idlest_mask); in dra7_apll_disable()223 ad->idlest_mask = 0x1; in of_dra7_apll_setup()279 if (v & ad->idlest_mask) in omap2_apll_enable()396 ad->idlest_mask = 1 << val; in of_omap2_apll_setup()
74 state <<= __ffs(dd->idlest_mask); in _omap3_wait_dpll_status()76 while (((ti_clk_ll_ops->clk_readl(&dd->idlest_reg) & dd->idlest_mask) in _omap3_wait_dpll_status()151 state <<= __ffs(dd->idlest_mask); in _omap3_noncore_dpll_lock()154 if ((ti_clk_ll_ops->clk_readl(&dd->idlest_reg) & dd->idlest_mask) == in _omap3_noncore_dpll_lock()
103 u32 idlest_mask; member