Home
last modified time | relevance | path

Searched refs:DPLL_LOCKED (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/clk/ti/
Ddpll.c415 dpll_mode |= 1 << DPLL_LOCKED; in of_ti_dpll_setup()
462 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap3_dpll_setup()
501 .modes = (1 << DPLL_LOW_POWER_STOP) | (1 << DPLL_LOCKED), in of_ti_omap3_per_dpll_setup()
523 .modes = (1 << DPLL_LOW_POWER_STOP) | (1 << DPLL_LOCKED), in of_ti_omap3_per_jtype_dpll_setup()
543 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_dpll_setup()
564 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap5_mpu_dpll_setup()
583 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_core_dpll_setup()
606 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_m4xen_dpll_setup()
627 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_jtype_dpll_setup()
646 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_am3_no_gate_dpll_setup()
[all …]
/linux-4.1.27/include/linux/clk/
Dti.h186 #define DPLL_LOCKED 0x7 macro
/linux-4.1.27/arch/arm/mach-omap2/
Ddpll3xxx.c155 _omap3_dpll_write_clken(clk, DPLL_LOCKED); in _omap3_noncore_dpll_lock()