Home
last modified time | relevance | path

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

/Linux-v4.19/arch/alpha/kernel/
Dsmc37c93x.c93 #define NUM_RETRIES 5 in SMCConfigState() macro
95 for (i = 0; i < NUM_RETRIES; i++) in SMCConfigState()
109 return (i != NUM_RETRIES) ? baseAddr : 0L; in SMCConfigState()
/Linux-v4.19/drivers/platform/x86/
Dintel_pmc_core.h46 #define NUM_RETRIES 100 macro
Dintel_pmc_core.c370 for (timeout = NUM_RETRIES; timeout > 0; timeout--) { in pmc_core_send_msg()
/Linux-v4.19/drivers/acpi/
Dcppc_acpi.c123 #define NUM_RETRIES 500ULL macro
577 usecs_lat = NUM_RETRIES * cppc_ss->latency; in register_pcc_channel()