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