Searched refs:asPolarity (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dde4x5.c844 int asPolarity; /* 0 => asserted high */ member in struct:de4x5_private
1147 lp->asPolarity = GEP_SLNK;
3491 spd = (lp->asBitValid & (lp->asPolarity ^ (gep_rd(dev) & lp->asBit))) |
3514 return ((lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) |
3537 return ((lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) |
4579 lp->asPolarity = ((csr6 & 0x80) ? -1 : 0) & lp->asBit;
4620 lp->asPolarity = ((csr6 & 0x80) ? -1 : 0) & lp->asBit;
4785 lp->asPolarity = ((csr6 & 0x80) ? -1 : 0) & lp->asBit;

Completed in 109 milliseconds