Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/dec/tulip/
Dde4x5.c845 int asBit; /* Autosense bit number in GEP */ member
1146 lp->asBit = GEP_SLNK; in de4x5_hw_init()
3480 spd = (lp->asBitValid & (lp->asPolarity ^ (gep_rd(dev) & lp->asBit))) | in is_spd_100()
3503 return (lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) | in is_100_up()
3526 return (lp->asBitValid&(lp->asPolarity^(gep_rd(dev)&lp->asBit))) | in is_10_up()
4566 lp->asBit = 1 << ((csr6 >> 1) & 0x07); in compact_infoblock()
4567 lp->asPolarity = ((csr6 & 0x80) ? -1 : 0) & lp->asBit; in compact_infoblock()
4607 lp->asBit = 1 << ((csr6 >> 1) & 0x07); in type0_infoblock()
4608 lp->asPolarity = ((csr6 & 0x80) ? -1 : 0) & lp->asBit; in type0_infoblock()
4772 lp->asBit = 1 << ((csr6 >> 1) & 0x07); in type4_infoblock()
[all …]