Searched refs:NUM_RETRIES (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dsmc37c93x.c92 #define NUM_RETRIES 5 macro
94 for (i = 0; i < NUM_RETRIES; i++)
108 return (i != NUM_RETRIES) ? baseAddr : 0L;
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore.h47 #define NUM_RETRIES 100 macro
H A Dcore.c373 for (timeout = NUM_RETRIES; timeout > 0; timeout--) {
/linux-master/drivers/acpi/
H A Dcppc_acpi.c132 #define NUM_RETRIES 500ULL macro
558 usecs_lat = NUM_RETRIES * pcc_chan->latency;

Completed in 100 milliseconds