Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/dec/tulip/
Dde4x5.c989 static int gep_rd(struct net_device *dev);
2850 (~gep_rd(dev) & GEP_LNP)); in dc21140m_autoconf()
3405 gep = (~gep_rd(dev) & (GEP_SLNK | GEP_LNP)); in test_for_100Mb()
3473 spd = ((~gep_rd(dev)) & GEP_SLNK); in is_spd_100()
3478 spd = (lp->asBitValid & (lp->asPolarity ^ (gep_rd(dev) & lp->asBit))) | in is_spd_100()
3496 return (~gep_rd(dev)) & GEP_SLNK; in is_100_up()
3501 return (lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) | in is_100_up()
3517 return (~gep_rd(dev)) & GEP_LNP; in is_10_up()
3524 return (lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) | in is_10_up()
5115 gep_rd(struct net_device *dev) in gep_rd() function