Home
last modified time | relevance | path

Searched refs:PLL_FAST_RELOCK_BYPASS (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dclock.c136 0x00000007, PLL_FAST_RELOCK_BYPASS); in dpll3_init_34xx()
201 clrsetbits_le32(&p0, 0x00000007, PLL_FAST_RELOCK_BYPASS); in dpll3_init_34xx()
393 0x00000007, PLL_FAST_RELOCK_BYPASS); in dpll3_init_36xx()
451 clrsetbits_le32(&p0, 0x00000007, PLL_FAST_RELOCK_BYPASS); in dpll3_init_36xx()
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dclocks_omap3.h12 #define PLL_FAST_RELOCK_BYPASS 6 /* CORE */ macro