Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_rstc.h38 #define AT91_RSTC_MR_ERSTL_MASK 0x0000FF00 macro
/openbmc/u-boot/arch/arm/mach-at91/
H A Dphy.c28 erstl = readl(&rstc->mr) & AT91_RSTC_MR_ERSTL_MASK; in at91_phy_reset()