Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/ethernet/dec/tulip/
Dde4x5.c989 static int gep_rd(struct net_device *dev);
2851 (~gep_rd(dev) & GEP_LNP)); in dc21140m_autoconf()
3407 gep = (~gep_rd(dev) & (GEP_SLNK | GEP_LNP)); in test_for_100Mb()
3475 spd = ((~gep_rd(dev)) & GEP_SLNK); in is_spd_100()
3480 spd = (lp->asBitValid & (lp->asPolarity ^ (gep_rd(dev) & lp->asBit))) | in is_spd_100()
3498 return (~gep_rd(dev)) & GEP_SLNK; in is_100_up()
3503 return (lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) | in is_100_up()
3519 return (~gep_rd(dev)) & GEP_LNP; in is_10_up()
3526 return (lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) | in is_10_up()
5130 gep_rd(struct net_device *dev) in gep_rd() function