Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_i2c.c57 } while (rc && count++ < MAX_COUNT); in tpm_tis_i2c_read()
72 } while (rc && count++ < MAX_COUNT); in tpm_tis_i2c_write()
H A Dtpm_tis_infineon.c80 for (count = 0; count < MAX_COUNT; count++) { in tpm_tis_i2c_read()
93 for (count = 0; count < MAX_COUNT; count++) { in tpm_tis_i2c_read()
107 for (count = 0; count < MAX_COUNT; count++) { in tpm_tis_i2c_read()
176 SLEEP_DURATION_US, MAX_COUNT); in tpm_tis_i2c_write()
H A Dtpm_tis.h173 #define MAX_COUNT 3 macro
/openbmc/u-boot/cmd/
H A Dbootmenu.c15 #define MAX_COUNT 99 macro
51 if (n > MAX_COUNT) in bootmenu_getoption()
315 if (i == MAX_COUNT - 1) in bootmenu_create()
320 if (i <= MAX_COUNT - 1) { in bootmenu_create()
/openbmc/linux/drivers/char/tpm/
H A Dtpm_i2c_infineon.c26 #define MAX_COUNT 3 macro
124 for (count = 0; count < MAX_COUNT; count++) { in iic_tpm_read()
136 for (count = 0; count < MAX_COUNT; count++) { in iic_tpm_read()
153 for (count = 0; count < MAX_COUNT; count++) { in iic_tpm_read()
274 SLEEP_DURATION_HI, MAX_COUNT); in iic_tpm_write()