Home
last modified time | relevance | path

Searched refs:AT91_PMC_PLLXR_PLLCOUNT (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/board/atmel/sama5d27_som1_ek/
H A Dsama5d27_som1_ek.c180 AT91_PMC_PLLXR_PLLCOUNT(0x3f) | in at91_pmc_init()
/openbmc/u-boot/board/atmel/sama5d2_xplained/
H A Dsama5d2_xplained.c182 AT91_PMC_PLLXR_PLLCOUNT(0x3f) | in at91_pmc_init()
/openbmc/u-boot/include/configs/
H A Dat91sam9263ek.h96 AT91_PMC_PLLXR_PLLCOUNT(63) | \
H A Dpm9263.h40 AT91_PMC_PLLXR_PLLCOUNT(0x3f) | /* PLL Counter */\
/openbmc/u-boot/board/atmel/sama5d3_xplained/
H A Dsama5d3_xplained.c191 AT91_PMC_PLLXR_PLLCOUNT(0x3f) | in at91_pmc_init()
/openbmc/u-boot/board/laird/wb50n/
H A Dwb50n.c196 AT91_PMC_PLLXR_PLLCOUNT(0x3f) | in at91_pmc_init()
/openbmc/u-boot/board/atmel/sama5d4_xplained/
H A Dsama5d4_xplained.c207 AT91_PMC_PLLXR_PLLCOUNT(0x3f) | in at91_pmc_init()
/openbmc/u-boot/board/atmel/sama5d4ek/
H A Dsama5d4ek.c207 AT91_PMC_PLLXR_PLLCOUNT(0x3f) | in at91_pmc_init()
/openbmc/u-boot/board/atmel/sama5d3xek/
H A Dsama5d3xek.c265 AT91_PMC_PLLXR_PLLCOUNT(0x3f) | in at91_pmc_init()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pmc.h74 #define AT91_PMC_PLLXR_PLLCOUNT(x) (((x) & 0x3F) << 8) macro