Home
last modified time | relevance | path

Searched refs:AT91_PMC_MCKR_PLLADIV_2 (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/clk/at91/
H A Dclk-plladiv.c32 if (readl(&pmc->mckr) & AT91_PMC_MCKR_PLLADIV_2) in at91_plladiv_clk_get_rate()
55 writel((readl(&pmc->mckr) | AT91_PMC_MCKR_PLLADIV_2), in at91_plladiv_clk_set_rate()
/openbmc/u-boot/board/atmel/sama5d27_som1_ek/
H A Dsama5d27_som1_ek.c174 tmp = AT91_PMC_MCKR_PLLADIV_2 | in at91_pmc_init()
186 AT91_PMC_MCKR_PLLADIV_2 | in at91_pmc_init()
/openbmc/u-boot/board/atmel/sama5d2_xplained/
H A Dsama5d2_xplained.c176 tmp = AT91_PMC_MCKR_PLLADIV_2 | in at91_pmc_init()
190 AT91_PMC_MCKR_PLLADIV_2 | in at91_pmc_init()
/openbmc/u-boot/arch/arm/mach-at91/armv7/
H A Dclock.c133 AT91_PMC_MCKR_PLLADIV_2); in at91_mck_init()
141 AT91_PMC_MCKR_PLLADIV_2); in at91_mck_init()
/openbmc/u-boot/board/atmel/sama5d4_xplained/
H A Dsama5d4_xplained.c215 AT91_PMC_MCKR_PLLADIV_2 | in at91_pmc_init()
/openbmc/u-boot/board/atmel/sama5d4ek/
H A Dsama5d4ek.c215 AT91_PMC_MCKR_PLLADIV_2 | in at91_pmc_init()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pmc.h136 #define AT91_PMC_MCKR_PLLADIV_2 0x00001000 macro