/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)
|