Searched refs:BMSR_ANEGCAPABLE (Results 1 – 6 of 6) sorted by relevance
58 #define BMSR_ANEGCAPABLE 0x0008 /* Able to do auto-negotiation */ macro
101 #define MDIO_AN_STAT1_ABLE BMSR_ANEGCAPABLE
52 #define BMSR_ANEGCAPABLE 0x0008 /* Able to do auto-negotiation */ macro
95 #define MDIO_AN_STAT1_ABLE BMSR_ANEGCAPABLE
399 if (val & BMSR_ANEGCAPABLE) in genphy_config()
379 if ((status & BMSR_LSTATUS) && (status & BMSR_ANEGCAPABLE) in genmii_update_link()