Searched refs:BE_PHY_INTERNAL (Results 1 – 2 of 2) sorted by relevance
401 sc->sc_phys[instance] = BE_PHY_INTERNAL; in beattach()415 be_mii_reset(sc, BE_PHY_INTERNAL); in beattach()418 be_pal_gate(sc, BE_PHY_INTERNAL); in beattach()423 BE_PHY_INTERNAL, MII_BMCR, BMCR_ISO); in beattach()1167 if (phy == BE_PHY_INTERNAL) in be_pal_gate()1181 if (phy == BE_PHY_INTERNAL) { in be_tcvr_read_bit()1209 if (phy == BE_PHY_INTERNAL) { in be_tcvr_write_bit()1403 BE_PHY_INTERNAL, MII_BMCR); in be_intphy_service()1405 BE_PHY_INTERNAL, MII_BMCR, bmcr | BMCR_ISO); in be_intphy_service()1412 if ((error = be_mii_reset(sc, BE_PHY_INTERNAL)) != 0) in be_intphy_service()[all …]
307 #define BE_PHY_INTERNAL 1 macro