Searched refs:MAX_COUNT (Results 1 – 3 of 3) sorted by relevance
56 } while (rc && count++ < MAX_COUNT); in tpm_tis_i2c_read()71 } while (rc && count++ < MAX_COUNT); in tpm_tis_i2c_write()
83 for (count = 0; count < MAX_COUNT; count++) { in tpm_tis_i2c_read()96 for (count = 0; count < MAX_COUNT; count++) { in tpm_tis_i2c_read()110 for (count = 0; count < MAX_COUNT; count++) { in tpm_tis_i2c_read()179 SLEEP_DURATION_US, MAX_COUNT); in tpm_tis_i2c_write()
173 #define MAX_COUNT 3 macro
Completed in 6 milliseconds