Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/mii/
H A Drdcphy.c206 uint16_t bmsr, bmcr, physts; in rdcphy_status() local
215 PHY_READ(sc, MII_RDCPHY_STATUS, &physts); in rdcphy_status()
217 if ((physts & STATUS_LINK_UP) != 0) in rdcphy_status()
238 switch (physts & STATUS_SPEED_MASK) { in rdcphy_status()
249 if ((physts & STATUS_FULL_DUPLEX) != 0) in rdcphy_status()
H A Dnsphyter.c208 uint16_t bmsr, bmcr, physts; in nsphyter_status() local
217 PHY_READ(sc, MII_NSPHYTER_PHYSTS, &physts); in nsphyter_status()
219 if (physts & PHYSTS_LINK) in nsphyter_status()
243 if (physts & PHYSTS_SPEED10) in nsphyter_status()
248 if (physts & PHYSTS_DUPLEX) in nsphyter_status()