Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.c845 int asBit; /* Autosense bit number in GEP */ member
1144 lp->asBit = GEP_SLNK; in de4x5_hw_init()
3485 spd = (lp->asBitValid & (lp->asPolarity ^ (gep_rd(dev) & lp->asBit))) | in is_spd_100()
3508 return (lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) | in is_100_up()
3531 return (lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) | in is_10_up()
4558 lp->asBit = 1 << ((csr6 >> 1) & 0x07); in compact_infoblock()
4559 lp->asPolarity = ((csr6 & 0x80) ? -1 : 0) & lp->asBit; in compact_infoblock()
4599 lp->asBit = 1 << ((csr6 >> 1) & 0x07); in type0_infoblock()
4600 lp->asPolarity = ((csr6 & 0x80) ? -1 : 0) & lp->asBit; in type0_infoblock()
4764 lp->asBit = 1 << ((csr6 >> 1) & 0x07); in type4_infoblock()
[all …]