Searched refs:thisbit (Results 1 – 1 of 1) sorted by relevance
1908 const unsigned thisbit = bits & msb; in tulip_srom_read() local1910 if (thisbit != lastbit) { in tulip_srom_read()1916 lastbit = thisbit; in tulip_srom_read()1947 const unsigned thisbit = data & msb; in tulip_mii_writebits() local1948 if (thisbit != lastbit) { in tulip_mii_writebits()1952 lastbit = thisbit; in tulip_mii_writebits()