Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/cpufreq/
De_powersaver.c49 static int set_max_voltage; variable
307 if (brand == EPS_BRAND_C7M && set_max_voltage) { in eps_cpu_init()
311 v = (set_max_voltage - 700) / 16; in eps_cpu_init()
419 module_param(set_max_voltage, int, 0644);
420 MODULE_PARM_DESC(set_max_voltage, "Set maximum CPU voltage (mV) C7-M only");