Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dsmc37c93x.c92 #define NUM_RETRIES 5 in SMCConfigState() macro
94 for (i = 0; i < NUM_RETRIES; i++) in SMCConfigState()
108 return (i != NUM_RETRIES) ? baseAddr : 0L; in SMCConfigState()
/openbmc/linux/drivers/platform/x86/intel/pmc/
H A Dcore.h45 #define NUM_RETRIES 100 macro
H A Dcore.c357 for (timeout = NUM_RETRIES; timeout > 0; timeout--) { in pmc_core_send_msg()
/openbmc/linux/drivers/acpi/
H A Dcppc_acpi.c137 #define NUM_RETRIES 500ULL macro
566 usecs_lat = NUM_RETRIES * pcc_chan->latency; in register_pcc_channel()