Searched refs:NUM_RETRIES (Results 1 – 2 of 2) 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()
73 #define NUM_RETRIES 500 macro104 for (retries = NUM_RETRIES; retries > 0; retries--) { in send_pcc_cmd()