Home
last modified time | relevance | path

Searched refs:AT91_PMC_PLLXR_DIV (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/board/atmel/sama5d27_som1_ek/
H A Dsama5d27_som1_ek.c182 AT91_PMC_PLLXR_DIV(1); in at91_pmc_init()
/openbmc/u-boot/board/atmel/sama5d2_xplained/
H A Dsama5d2_xplained.c184 AT91_PMC_PLLXR_DIV(1); in at91_pmc_init()
/openbmc/u-boot/include/configs/
H A Dat91sam9263ek.h98 AT91_PMC_PLLXR_DIV(MASTER_PLL_DIV))
/openbmc/u-boot/board/atmel/sama5d3_xplained/
H A Dsama5d3_xplained.c193 AT91_PMC_PLLXR_DIV(1); in at91_pmc_init()
/openbmc/u-boot/board/laird/wb50n/
H A Dwb50n.c197 AT91_PMC_PLLXR_MUL(43) | AT91_PMC_PLLXR_DIV(1); in at91_pmc_init()
/openbmc/u-boot/board/atmel/sama5d4_xplained/
H A Dsama5d4_xplained.c209 AT91_PMC_PLLXR_DIV(1); in at91_pmc_init()
/openbmc/u-boot/board/atmel/sama5d4ek/
H A Dsama5d4ek.c209 AT91_PMC_PLLXR_DIV(1); in at91_pmc_init()
/openbmc/u-boot/board/atmel/sama5d3xek/
H A Dsama5d3xek.c267 AT91_PMC_PLLXR_DIV(1); in at91_pmc_init()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pmc.h73 #define AT91_PMC_PLLXR_DIV(x) ((x) & 0xFF) macro