Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.c989 static int gep_rd(struct net_device *dev);
2851 (~gep_rd(dev) & GEP_LNP)); in dc21140m_autoconf()
3412 gep = (~gep_rd(dev) & (GEP_SLNK | GEP_LNP)); in test_for_100Mb()
3480 spd = ((~gep_rd(dev)) & GEP_SLNK); in is_spd_100()
3485 spd = (lp->asBitValid & (lp->asPolarity ^ (gep_rd(dev) & lp->asBit))) | in is_spd_100()
3503 return (~gep_rd(dev)) & GEP_SLNK; in is_100_up()
3508 return (lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) | in is_100_up()
3524 return (~gep_rd(dev)) & GEP_LNP; in is_10_up()
3531 return (lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) | in is_10_up()
5122 gep_rd(struct net_device *dev) in gep_rd() function