Searched refs:PHYCR_AUTO_EN (Results 1 – 4 of 4) sorted by relevance
249 #define PHYCR_AUTO_EN BIT12 // Auto-Negotiation Enable macro
676 PhyControl |= PHYCR_AUTO_EN | PHYCR_RST_AUTO; in PhyAutoNegotiate()
152 #define PHYCR_AUTO_EN BIT12 // Auto-Negotiation Enable macro
616 if ((PhyControl & PHYCR_AUTO_EN) == 0) { in AutoNegotiate()617 PhyControl |= PHYCR_AUTO_EN; in AutoNegotiate()