Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/mii/
H A Digphy.c521 if (gtcr & GTCR_MAN_MS) { in igphy_smartspeed_workaround()
522 gtcr &= ~GTCR_MAN_MS; in igphy_smartspeed_workaround()
530 gtcr |= GTCR_MAN_MS; in igphy_smartspeed_workaround()
H A Dciphy.c214 gig | GTCR_MAN_MS | GTCR_ADV_MS); in ciphy_service()
216 PHY_WRITE(sc, MII_GTCR, gig | GTCR_MAN_MS); in ciphy_service()
H A Dmii.h226 #define GTCR_MAN_MS 0x1000 /* enable manual master/slave control */ macro
H A Drgephy.c250 gig | GTCR_MAN_MS | GTCR_ADV_MS); in rgephy_service()
252 PHY_WRITE(sc, MII_100T2CR, gig | GTCR_MAN_MS); in rgephy_service()
H A Djmphy.c346 gig |= GTCR_MAN_MS | GTCR_MAN_ADV; in jmphy_auto()
H A Dbrgphy.c382 gig |= GTCR_MAN_MS | GTCR_ADV_MS; in brgphy_service()
777 ktcr |= GTCR_MAN_MS | GTCR_ADV_MS; in brgphy_mii_phy_auto()
H A Dmii_physubr.c166 gtcr |= GTCR_MAN_MS | GTCR_ADV_MS; in mii_phy_setmedia()