Searched refs:retry_count (Results 1 – 4 of 4) sorted by relevance
40 uint32_t retry_count = 100U; in ti_mailbox_poll_rx_status() local48 if (retry_count-- == 0U) { in ti_mailbox_poll_rx_status()
72 int retry_count = 20; in socfpga_vab_authentication() local133 } while (--retry_count); in socfpga_vab_authentication()
126 static int pll_source_sync_wait(uint32_t pll_type, int retry_count) in pll_source_sync_wait() argument142 while ((count < retry_count) && (req_status & CLKMGR_MEM_REQ)) { in pll_source_sync_wait()150 if (count >= retry_count) { in pll_source_sync_wait()159 uint32_t wdat, int retry_count) in pll_source_sync_config() argument174 return pll_source_sync_wait(pll_type, retry_count); in pll_source_sync_config()178 uint32_t *rdata, int retry_count) in pll_source_sync_read() argument194 if ((pll_source_sync_wait(pll_type, retry_count)) != 0) { in pll_source_sync_read()
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()