Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_rstc.h40 #define AT91_RSTC_SR_NRSTL 0x00010000 macro
/openbmc/u-boot/arch/arm/mach-at91/
H A Dphy.c42 while (!(readl(&rstc->sr) & AT91_RSTC_SR_NRSTL)) { in at91_phy_reset()