Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dbootmenu.c16 #define MAX_COUNT 99 macro
52 if (n > MAX_COUNT) in bootmenu_getoption()
311 if (i == MAX_COUNT - 1) in bootmenu_create()
316 if (i <= MAX_COUNT - 1) { in bootmenu_create()
/rk3399_rockchip-uboot/drivers/tpm/
H 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()
H A Dtpm_tis.h105 #define MAX_COUNT 3 macro