Home
last modified time | relevance | path

Searched refs:AT91_PMC_PLLXR_OUT (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dat91sam9263ek.h95 AT91_PMC_PLLXR_OUT(MASTER_PLL_OUT) | \
H A Dpm9261.h40 AT91_PMC_PLLXR_OUT(3) | \
H A Dpm9263.h39 AT91_PMC_PLLXR_OUT(3) | \
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pmc.h75 #define AT91_PMC_PLLXR_OUT(x) (((x) & 0x03) << 14) macro