Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dep93xx_eth.c155 value |= SELFCTL_RESET; in ep93xx_mac_reset()
158 while (readl(&mac->selfctl) & SELFCTL_RESET) in ep93xx_mac_reset()
/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h155 #define SELFCTL_RESET (1 << 0) macro