Searched refs:thisbit (Results 1 – 2 of 2) sorted by relevance
279 const unsigned thisbit = bits & msb; in lmc_srom_read() local281 if (thisbit != lastbit) { in lmc_srom_read()287 lastbit = thisbit; in lmc_srom_read()317 const unsigned thisbit = data & msb; in lmc_mii_writebits() local318 if (thisbit != lastbit) { in lmc_mii_writebits()322 lastbit = thisbit; in lmc_mii_writebits()
1958 const unsigned thisbit = bits & msb; in tulip_srom_read() local1960 if (thisbit != lastbit) { in tulip_srom_read()1966 lastbit = thisbit; in tulip_srom_read()1999 const unsigned thisbit = data & msb; in tulip_mii_writebits() local2000 if (thisbit != lastbit) { in tulip_mii_writebits()2004 lastbit = thisbit; in tulip_mii_writebits()