Searched refs:retry_count (Results 1 – 2 of 2) sorted by relevance
42 int retry_count = 20; in socfpga_vendor_authentication() local107 } while (--retry_count); in socfpga_vendor_authentication()
294 uint32_t mci_cmd_value = 0, retry_count = 100, ret = 0; in mci_poll_command_completion() local307 (retry_count-- > 0)); in mci_poll_command_completion()309 if (retry_count == 0) { in mci_poll_command_completion()