Home
last modified time | relevance | path

Searched refs:DELAY_MIN_US (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/platform/x86/amd/pmf/
Dcore.c43 #define DELAY_MIN_US 2000 macro
217 usleep_range(DELAY_MIN_US, 10 * DELAY_MAX_US); in amd_pmf_send_cmd()
/linux-6.12.1/drivers/platform/x86/amd/pmc/
Dpmc.c98 #define DELAY_MIN_US 2000 macro
734 usleep_range(DELAY_MIN_US, 10 * DELAY_MAX_US); in amd_pmc_send_cmd()