Searched refs:AT91_PMC_PLLADIV2 (Results 1 – 2 of 2) sorted by relevance
33 if (pmc_read(pmc, AT91_PMC_MCKR) & AT91_PMC_PLLADIV2) in clk_plldiv_recalc_rate()67 tmp = pmc_read(pmc, AT91_PMC_MCKR) & ~AT91_PMC_PLLADIV2; in clk_plldiv_set_rate()69 tmp |= AT91_PMC_PLLADIV2; in clk_plldiv_set_rate()
125 #define AT91_PMC_PLLADIV2 (1 << 12) /* PLLA divisor by 2 [some SAM9 only] */ macro