Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/mii/
H A Diophy.c200 uint16_t bmsr, bmcr, ext0; in iophy_status() local
227 PHY_READ(sc, MII_IOPHY_EXT0, &ext0); in iophy_status()
229 if (ext0 & EXT0_SPEED) { in iophy_status()
237 if (ext0 & EXT0_DUPLEX) in iophy_status()