Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-at91/include/mach/
Dat91_pmc.h98 #define AT91_PMC_PLLADIV2 (1 << 12) /* PLLA divisor by 2 [some SAM9 only] */ macro
/linux-2.6.39/arch/arm/mach-at91/
Dclock.c702 plla.rate_hz /= (1 << ((mckr & AT91_PMC_PLLADIV2) >> 12)); /* plla divisor by 2 */ in at91_clock_init()