Home
last modified time | relevance | path

Searched refs:retry_count (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-latest/plat/intel/soc/common/
Dsocfpga_vab.c42 int retry_count = 20; in socfpga_vendor_authentication() local
107 } while (--retry_count); in socfpga_vendor_authentication()
/trusted-firmware-a-latest/drivers/marvell/
Dmci.c294 uint32_t mci_cmd_value = 0, retry_count = 100, ret = 0; in mci_poll_command_completion() local
307 (retry_count-- > 0)); in mci_poll_command_completion()
309 if (retry_count == 0) { in mci_poll_command_completion()