Searched refs:DPLL_LOW_POWER_BYPASS (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/arm/mach-omap2/ |
D | dpll3xxx.c | 175 if (!(clk->dpll_data->modes & (1 << DPLL_LOW_POWER_BYPASS))) in _omap3_noncore_dpll_bypass() 183 _omap3_dpll_write_clken(clk, DPLL_LOW_POWER_BYPASS); in _omap3_noncore_dpll_bypass() 450 (clk->dpll_data->modes & (1 << DPLL_LOW_POWER_BYPASS))) { in omap3_noncore_dpll_set_rate()
|
D | clock.h | 44 #define DPLL_LOW_POWER_BYPASS 0x5 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 | clock3xxx_data.c | 283 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), 355 (1 << DPLL_LOW_POWER_BYPASS),
|