Searched refs:idlest_mask (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/clk/ti/ |
| A D | dpll.c | 414 .idlest_mask = 0x1, in of_ti_omap3_dpll_setup() 439 .idlest_mask = 0x1, in of_ti_omap3_core_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() 605 .idlest_mask = 0x1, in of_ti_am3_no_gate_dpll_setup() 630 .idlest_mask = 0x1, in of_ti_am3_jtype_dpll_setup() 650 .idlest_mask = 0x1, in of_ti_am3_no_gate_jtype_dpll_setup() [all …]
|
| A D | apll.c | 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()
|
| A D | dpll3xxx.c | 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()
|
| /linux/include/linux/clk/ |
| A D | ti.h | 109 u32 idlest_mask; member
|
Completed in 11 milliseconds