Home
last modified time | relevance | path

Searched refs:AT91_PMC_PCR_DIV (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-at91/
H A Dclock.c27 div_value = readl(&pmc->pcr) & AT91_PMC_PCR_DIV; in at91_periph_clk_enable()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pmc.h163 #define AT91_PMC_PCR_DIV (0x3 << 16) macro