Searched refs:DPLL_LOCKED (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/arm/mach-omap2/ |
D | clock.h | 45 #define DPLL_LOCKED 0x7 macro
|
D | clock44xx_data.c | 253 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), 429 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), 667 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), 735 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), 808 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), 944 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), 1010 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED),
|
D | dpll3xxx.c | 147 _omap3_dpll_write_clken(clk, DPLL_LOCKED); in _omap3_noncore_dpll_lock()
|
D | clock3xxx_data.c | 283 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), 354 .modes = (1 << DPLL_LOW_POWER_STOP) | (1 << DPLL_LOCKED) | 572 .modes = (1 << DPLL_LOW_POWER_STOP) | (1 << DPLL_LOCKED), 593 .modes = (1 << DPLL_LOW_POWER_STOP) | (1 << DPLL_LOCKED), 926 .modes = (1 << DPLL_LOW_POWER_STOP) | (1 << DPLL_LOCKED),
|