Lines Matching refs:asBit
845 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()
4765 lp->asPolarity = ((csr6 & 0x80) ? -1 : 0) & lp->asBit; in type4_infoblock()