Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/packetengines/
Dhamachi.c795 int bogus_cnt = 1000; in read_eeprom() local
798 while ((readb(ioaddr + EECmdStatus) & 0x40) && --bogus_cnt > 0); in read_eeprom()
801 bogus_cnt = 1000; in read_eeprom()
802 while ((readb(ioaddr + EECmdStatus) & 0x40) && --bogus_cnt > 0); in read_eeprom()
805 (int)readb(ioaddr + EECmdStatus), 1000- bogus_cnt); in read_eeprom()
Dyellowfin.c530 int bogus_cnt = 10000; /* Typical 33Mhz: 1050 ticks */ in read_eeprom() local
534 while ((ioread8(ioaddr + EEStatus) & 0x80) && --bogus_cnt > 0) in read_eeprom()
/Linux-v5.10/drivers/net/ethernet/smsc/
Dsmc91c92_cs.c1348 char bogus_cnt = INTR_WORK; /* Work we are willing to do. */ in smc_interrupt() local
1381 if (bogus_cnt == INTR_WORK) in smc_interrupt()
1421 } while (--bogus_cnt); in smc_interrupt()