Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dep93xx_eth.c156 value |= SELFCTL_RESET; in ep93xx_mac_reset()
159 while (readl(&mac->selfctl) & SELFCTL_RESET) in ep93xx_mac_reset()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h156 #define SELFCTL_RESET (1 << 0) macro