Lines Matching defs:count
1378 /* configure timestamp so that bit 8 will count 1 microsecond
1379 * Find effective count rate at TIMESTAMP least significant bits:
1381 * Find frequency ratio between effective count rate and the clock:
1408 int i, count;
1414 count = 100;
1417 } while ((ioread32be(&iram->iadd) != IRAM_IADD_AIE) && --count);
1418 if (count == 0)
1425 count = 100;
1428 } while ((ioread32be(&iram->idata) != 0xffffffff) && --count);
1429 if (count == 0)
1804 u32 count;
1810 count = 100;
1814 FPM_RSTC_FM_RESET) && --count);
1815 if (count == 0)
1858 count = 100;
1862 FPM_RSTC_FM_RESET) && --count);
1863 if (count == 0) {
1897 int err = 0, i, count;
1946 count = 100;
1950 QMI_GS_HALT_NOT_BUSY) && --count);
1951 if (count == 0)