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