Home
last modified time | relevance | path

Searched refs:timeCnt (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/i2c/
H A Di2c_hi35xx.c339 unsigned int timeCnt; in Hi35xxI2cRescure() local
348 timeCnt = 0; in Hi35xxI2cRescure()
362 timeCnt++; in Hi35xxI2cRescure()
363 if (timeCnt > I2C_WAIT_TIMEOUT) { in Hi35xxI2cRescure()
390 unsigned int timeCnt = 0; in Hi35xxI2cWaitRxNoempty() local
399 } while (timeCnt++ < I2C_TIMEOUT_COUNT); in Hi35xxI2cWaitRxNoempty()
410 unsigned int timeCnt = 0; in Hi35xxI2cWaitTxNofull() local
419 } while (timeCnt++ < I2C_TIMEOUT_COUNT); in Hi35xxI2cWaitTxNofull()
430 unsigned int timeCnt = 0; in Hi35xxI2cWaitIdle() local
443 } while (timeCnt in Hi35xxI2cWaitIdle()
[all...]

Completed in 2 milliseconds