Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/packetengines/ !
Dhamachi.c799 int bogus_cnt = 1000; in read_eeprom() local
802 while ((readb(ioaddr + EECmdStatus) & 0x40) && --bogus_cnt > 0); in read_eeprom()
805 bogus_cnt = 1000; in read_eeprom()
806 while ((readb(ioaddr + EECmdStatus) & 0x40) && --bogus_cnt > 0); in read_eeprom()
809 (int)readb(ioaddr + EECmdStatus), 1000- bogus_cnt); in read_eeprom()
Dyellowfin.c532 int bogus_cnt = 10000; /* Typical 33Mhz: 1050 ticks */ in read_eeprom() local
536 while ((ioread8(ioaddr + EEStatus) & 0x80) && --bogus_cnt > 0) in read_eeprom()
/linux-5.19.10/drivers/net/ethernet/smsc/ !
Dsmc91c92_cs.c1351 char bogus_cnt = INTR_WORK; /* Work we are willing to do. */ in smc_interrupt() local
1384 if (bogus_cnt == INTR_WORK) in smc_interrupt()
1424 } while (--bogus_cnt); in smc_interrupt()