Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dbootmenu.c18 #define MAX_COUNT 99 macro
55 if (n > MAX_COUNT) in bootmenu_getoption()
346 if (i == MAX_COUNT - 1) in bootmenu_create()
351 if (i <= MAX_COUNT - 1) { in bootmenu_create()
/u-boot/drivers/tpm/
A Dtpm_tis.h105 #define MAX_COUNT 3 macro
A Dtpm_tis_infineon.c82 for (count = 0; count < MAX_COUNT; count++) { in tpm_tis_i2c_read()
95 for (count = 0; count < MAX_COUNT; count++) { in tpm_tis_i2c_read()
109 for (count = 0; count < MAX_COUNT; count++) { in tpm_tis_i2c_read()
178 SLEEP_DURATION_US, MAX_COUNT); in tpm_tis_i2c_write()

Completed in 7 milliseconds