Home
last modified time | relevance | path

Searched refs:AT91_RSTC_MR_ERSTL (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dpm9261.h122 AT91_RSTC_MR_ERSTL(1) | \
123 AT91_RSTC_MR_ERSTL(2))
H A Dpm9263.h134 AT91_RSTC_MR_ERSTL(1) | \
135 AT91_RSTC_MR_ERSTL(2))
H A Dat91sam9263ek.h176 AT91_RSTC_MR_ERSTL(15))
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_rstc.h37 #define AT91_RSTC_MR_ERSTL(x) ((x & 0xf) << 8) macro
/openbmc/u-boot/arch/arm/mach-at91/
H A Dphy.c36 writel(AT91_RSTC_KEY | AT91_RSTC_MR_ERSTL(0x0D) | in at91_phy_reset()