Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxpreg.h496 #define FXP_REV_82557 1 /* catchall 82557 chip type */ macro
H A Dif_fxp.c515 sc->revision = FXP_REV_82557; in fxp_attach()
556 if (sc->revision == FXP_REV_82557 && (data & FXP_PHY_DEVICE_MASK) != 0 in fxp_attach()
607 if (sc->revision != FXP_REV_82557) { in fxp_attach()
2419 if (sc->revision == FXP_REV_82557) { in fxp_init_body()
2828 if (sc->revision == FXP_REV_82557) in fxp_miibus_statchg()
2941 if (sc->revision != FXP_REV_82557) in fxp_ioctl()