Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/phy/
H A Dmv88e61xx.c86 #define GLOBAL1_CTRL_SWRESET BIT(15) macro
542 val |= GLOBAL1_CTRL_SWRESET; in mv88e61xx_switch_reset()
552 if (val >= 0 && ((val & GLOBAL1_CTRL_SWRESET) == 0)) in mv88e61xx_switch_reset()