Searched refs:bge_sc (Results 1 – 1 of 1) sorted by relevance
214 struct bge_softc *bge_sc = NULL; in brgphy_attach() local228 bge_sc = mii_dev_mac_softc(dev); in brgphy_attach()267 if (bge_sc != NULL) in brgphy_attach()936 struct bge_softc *bge_sc = NULL; in brgphy_reset() local992 bge_sc = mii_phy_mac_softc(sc); in brgphy_reset()996 if (bge_sc) { in brgphy_reset()998 if (bge_sc->bge_phy_flags & BGE_PHY_5704_A0_BUG) in brgphy_reset()1000 if (bge_sc->bge_phy_flags & BGE_PHY_ADC_BUG) in brgphy_reset()1002 if (bge_sc->bge_phy_flags & BGE_PHY_ADJUST_TRIM) in brgphy_reset()1004 if (bge_sc->bge_phy_flags & BGE_PHY_BER_BUG) in brgphy_reset()[all …]