Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/dec/tulip/
Dde4x5.c844 int asPolarity; /* 0 => asserted high */ member
1146 lp->asPolarity = GEP_SLNK; in de4x5_hw_init()
3478 spd = (lp->asBitValid & (lp->asPolarity ^ (gep_rd(dev) & lp->asBit))) | in is_spd_100()
3501 return (lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) | in is_100_up()
3524 return (lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) | in is_10_up()
4552 lp->asPolarity = ((csr6 & 0x80) ? -1 : 0) & lp->asBit; in compact_infoblock()
4593 lp->asPolarity = ((csr6 & 0x80) ? -1 : 0) & lp->asBit; in type0_infoblock()
4758 lp->asPolarity = ((csr6 & 0x80) ? -1 : 0) & lp->asBit; in type4_infoblock()