HomeSort by: relevance | last modified time | path
    Searched refs:auxsts (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/mii/
brgphy.c 482 uint16_t bmcr, bmsr, auxsts, gtsr; local in function:brgphy_copper_status
515 PHY_READ(sc, BRGPHY_MII_AUXSTS, &auxsts);
517 switch (auxsts & BRGPHY_AUXSTS_AN_RES) {
685 uint16_t bmcr, bmsr, auxsts; local in function:brgphy_5709s_status
720 PHY_READ(sc, BRGPHY_GP_STATUS_TOP_ANEG_STATUS, &auxsts);
725 switch (auxsts & BRGPHY_GP_STATUS_TOP_ANEG_SPEED_MASK) {
744 if (auxsts & BRGPHY_GP_STATUS_TOP_ANEG_FDX)

Completed in 35 milliseconds