Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/dec/tulip/
Dde4x5.c991 static int gep_rd(struct net_device *dev);
2852 (~gep_rd(dev) & GEP_LNP)); in dc21140m_autoconf()
3413 gep = (~gep_rd(dev) & (GEP_SLNK | GEP_LNP)); in test_for_100Mb()
3481 spd = ((~gep_rd(dev)) & GEP_SLNK); in is_spd_100()
3486 spd = (lp->asBitValid & (lp->asPolarity ^ (gep_rd(dev) & lp->asBit))) | in is_spd_100()
3504 return (~gep_rd(dev)) & GEP_SLNK; in is_100_up()
3509 return (lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) | in is_100_up()
3525 return (~gep_rd(dev)) & GEP_LNP; in is_10_up()
3532 return (lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) | in is_10_up()
5121 gep_rd(struct net_device *dev) in gep_rd() function