Searched refs:idlest_mask (Results 1 – 4 of 4) sorted by relevance
324 if (!dd->idlest_mask) { in of_ti_dpll_setup()414 .idlest_mask = 0x1, in of_ti_omap3_dpll_setup()439 .idlest_mask = 0x1, in of_ti_omap3_core_dpll_setup()458 .idlest_mask = 0x1 << 1, in of_ti_omap3_per_dpll_setup()478 .idlest_mask = 0x1 << 1, in of_ti_omap3_per_jtype_dpll_setup()501 .idlest_mask = 0x1, in of_ti_omap4_dpll_setup()520 .idlest_mask = 0x1, in of_ti_omap5_mpu_dpll_setup()541 .idlest_mask = 0x1, in of_ti_omap4_core_dpll_setup()562 .idlest_mask = 0x1, in of_ti_omap4_m4xen_dpll_setup()583 .idlest_mask = 0x1, in of_ti_omap4_jtype_dpll_setup()[all …]
47 state <<= __ffs(ad->idlest_mask); in dra7_apll_enable()52 if ((v & ad->idlest_mask) == state) in dra7_apll_enable()60 state <<= __ffs(ad->idlest_mask); in dra7_apll_enable()64 if ((v & ad->idlest_mask) == state) in dra7_apll_enable()92 state <<= __ffs(ad->idlest_mask); in dra7_apll_disable()218 ad->idlest_mask = 0x1; in of_dra7_apll_setup()274 if (v & ad->idlest_mask) in omap2_apll_enable()388 ad->idlest_mask = 1 << val; in of_omap2_apll_setup()
71 state <<= __ffs(dd->idlest_mask); in _omap3_wait_dpll_status()73 while (((ti_clk_ll_ops->clk_readl(&dd->idlest_reg) & dd->idlest_mask) in _omap3_wait_dpll_status()148 state <<= __ffs(dd->idlest_mask); in _omap3_noncore_dpll_lock()151 if ((ti_clk_ll_ops->clk_readl(&dd->idlest_reg) & dd->idlest_mask) == in _omap3_noncore_dpll_lock()
109 u32 idlest_mask; member