Searched refs:NUM_RETRIES (Results 1 – 4 of 4) sorted by relevance
92 #define NUM_RETRIES 5 in SMCConfigState() macro94 for (i = 0; i < NUM_RETRIES; i++) in SMCConfigState()108 return (i != NUM_RETRIES) ? baseAddr : 0L; in SMCConfigState()
42 #define NUM_RETRIES 100 macro
334 for (timeout = NUM_RETRIES; timeout > 0; timeout--) { in pmc_core_send_msg()
129 #define NUM_RETRIES 500ULL macro548 usecs_lat = NUM_RETRIES * pcc_chan->latency; in register_pcc_channel()
Completed in 13 milliseconds