Home
last modified time | relevance | path

Searched refs:AT91_PMC_MCKR_H32MXDIV (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/arm/mach-at91/armv7/
H A Dclock.c135 tmp &= ~AT91_PMC_MCKR_H32MXDIV; in at91_mck_init()
143 tmp |= mckr & AT91_PMC_MCKR_H32MXDIV; in at91_mck_init()
173 tmp &= (~AT91_PMC_MCKR_H32MXDIV); in at91_mck_init_down()
174 tmp |= (mckr & AT91_PMC_MCKR_H32MXDIV); in at91_mck_init_down()
/openbmc/u-boot/drivers/clk/at91/
H A Dclk-h32mx.c25 if (readl(&pmc->mckr) & AT91_PMC_MCKR_H32MXDIV) in sama5d4_h32mx_clk_get_rate()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dclk.h65 return readl(&pmc->mckr) & AT91_PMC_MCKR_H32MXDIV; in get_h32mxdiv()
H A Dat91_pmc.h138 #define AT91_PMC_MCKR_H32MXDIV 0x01000000 macro
/openbmc/u-boot/board/atmel/sama5d27_som1_ek/
H A Dsama5d27_som1_ek.c185 tmp = AT91_PMC_MCKR_H32MXDIV | in at91_pmc_init()
/openbmc/u-boot/board/atmel/sama5d2_xplained/
H A Dsama5d2_xplained.c189 tmp = AT91_PMC_MCKR_H32MXDIV | in at91_pmc_init()
/openbmc/u-boot/board/atmel/sama5d4_xplained/
H A Dsama5d4_xplained.c214 tmp = AT91_PMC_MCKR_H32MXDIV | in at91_pmc_init()
/openbmc/u-boot/board/atmel/sama5d4ek/
H A Dsama5d4ek.c214 tmp = AT91_PMC_MCKR_H32MXDIV | in at91_pmc_init()