Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/configs/
H A Dpm9261.h43 AT91_PMC_PLLXR_OUT(3) | \
H A Dat91sam9263ek.h110 AT91_PMC_PLLXR_OUT(MASTER_PLL_OUT) | \
H A Dpm9263.h42 AT91_PMC_PLLXR_OUT(3) | \
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pmc.h76 #define AT91_PMC_PLLXR_OUT(x) (((x) & 0x03) << 14) macro