Home
last modified time | relevance | path

Searched refs:idlest_mask (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/clk/ti/
Ddpll.c326 if (!dd->idlest_mask) { in of_ti_dpll_setup()
416 .idlest_mask = 0x1, in of_ti_omap3_dpll_setup()
441 .idlest_mask = 0x1, in of_ti_omap3_core_dpll_setup()
460 .idlest_mask = 0x1 << 1, in of_ti_omap3_per_dpll_setup()
480 .idlest_mask = 0x1 << 1, in of_ti_omap3_per_jtype_dpll_setup()
503 .idlest_mask = 0x1, in of_ti_omap4_dpll_setup()
522 .idlest_mask = 0x1, in of_ti_omap5_mpu_dpll_setup()
543 .idlest_mask = 0x1, in of_ti_omap4_core_dpll_setup()
564 .idlest_mask = 0x1, in of_ti_omap4_m4xen_dpll_setup()
585 .idlest_mask = 0x1, in of_ti_omap4_jtype_dpll_setup()
[all …]
Dapll.c47 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()
393 ad->idlest_mask = 1 << val; in of_omap2_apll_setup()
Ddpll3xxx.c71 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()
/linux-6.1.9/include/linux/clk/
Dti.h106 u32 idlest_mask; member