Home
last modified time | relevance | path

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

/linux/drivers/clk/ti/
A Ddpll.c422 .idlest_mask = 0x1, in of_ti_omap3_dpll_setup()
447 .idlest_mask = 0x1, in of_ti_omap3_core_dpll_setup()
509 .idlest_mask = 0x1, in of_ti_omap4_dpll_setup()
528 .idlest_mask = 0x1, in of_ti_omap5_mpu_dpll_setup()
549 .idlest_mask = 0x1, in of_ti_omap4_core_dpll_setup()
570 .idlest_mask = 0x1, in of_ti_omap4_m4xen_dpll_setup()
591 .idlest_mask = 0x1, in of_ti_omap4_jtype_dpll_setup()
613 .idlest_mask = 0x1, in of_ti_am3_no_gate_dpll_setup()
638 .idlest_mask = 0x1, in of_ti_am3_jtype_dpll_setup()
658 .idlest_mask = 0x1, in of_ti_am3_no_gate_jtype_dpll_setup()
[all …]
A Dapll.c55 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()
224 ad->idlest_mask = 0x1; in of_dra7_apll_setup()
280 if (v & ad->idlest_mask) in omap2_apll_enable()
397 ad->idlest_mask = 1 << val; in of_omap2_apll_setup()
A 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/include/linux/clk/
A Dti.h114 u32 idlest_mask; member

Completed in 9 milliseconds