Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dmv88e61xx.c87 #define GLOBAL1_CTRL_SWRESET BIT(15) macro
543 val |= GLOBAL1_CTRL_SWRESET; in mv88e61xx_switch_reset()
553 if (val >= 0 && ((val & GLOBAL1_CTRL_SWRESET) == 0)) in mv88e61xx_switch_reset()