Home
last modified time | relevance | path

Searched refs:MAX_COUNT (Results 1 – 3 of 3) sorted by relevance

/drivers/tpm/
A Dtpm2_tis_i2c.c56 } while (rc && count++ < MAX_COUNT); in tpm_tis_i2c_read()
71 } while (rc && count++ < MAX_COUNT); in tpm_tis_i2c_write()
A Dtpm_tis_infineon.c83 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()
A Dtpm_tis.h173 #define MAX_COUNT 3 macro

Completed in 6 milliseconds