HomeSort by: relevance | last modified time | path
    Searched defs:ext0 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/mii/
iophy.c 200 uint16_t bmsr, bmcr, ext0; local in function:iophy_status
227 PHY_READ(sc, MII_IOPHY_EXT0, &ext0);
229 if (ext0 & EXT0_SPEED) {
237 if (ext0 & EXT0_DUPLEX)
iophy.c 200 uint16_t bmsr, bmcr, ext0; local in function:iophy_status
227 PHY_READ(sc, MII_IOPHY_EXT0, &ext0);
229 if (ext0 & EXT0_SPEED) {
237 if (ext0 & EXT0_DUPLEX)
iophy.c 200 uint16_t bmsr, bmcr, ext0; local in function:iophy_status
227 PHY_READ(sc, MII_IOPHY_EXT0, &ext0);
229 if (ext0 & EXT0_SPEED) {
237 if (ext0 & EXT0_DUPLEX)
iophy.c 200 uint16_t bmsr, bmcr, ext0; local in function:iophy_status
227 PHY_READ(sc, MII_IOPHY_EXT0, &ext0);
229 if (ext0 & EXT0_SPEED) {
237 if (ext0 & EXT0_DUPLEX)

Completed in 50 milliseconds