Searched refs:bogus_cnt (Results 1 – 3 of 3) sorted by relevance
799 int bogus_cnt = 1000; in read_eeprom() local802 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()
532 int bogus_cnt = 10000; /* Typical 33Mhz: 1050 ticks */ in read_eeprom() local536 while ((ioread8(ioaddr + EEStatus) & 0x80) && --bogus_cnt > 0) in read_eeprom()
1351 char bogus_cnt = INTR_WORK; /* Work we are willing to do. */ in smc_interrupt() local1384 if (bogus_cnt == INTR_WORK) in smc_interrupt()1424 } while (--bogus_cnt); in smc_interrupt()