Searched refs:GMII_RESET (Results 1 – 2 of 2) sorted by relevance
482 uint32_t ul_bmcr = GMII_RESET; in ethernet_phy_reset()489 ul_bmcr = GMII_RESET; in ethernet_phy_reset()496 } while( ( ul_bmcr & GMII_RESET ) && ul_timeout ); in ethernet_phy_reset()
153 #define GMII_RESET ( 1 << 15 ) /* 1= Software Reset; 0=Normal Operation */ macro