Home
last modified time | relevance | path

Searched refs:freq_debug (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dpxa2xx-cpufreq.c33 static unsigned int freq_debug; variable
34 module_param(freq_debug, uint, 0);
35 MODULE_PARM_DESC(freq_debug, "Set the debug messages to on=1/off=0");
37 #define freq_debug 0 macro
201 if (freq_debug) in pxa_set_target()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dpxa2xx-cpufreq.c31 static unsigned int freq_debug; variable
32 module_param(freq_debug, uint, 0);
33 MODULE_PARM_DESC(freq_debug, "Set the debug messages to on=1/off=0");
35 #define freq_debug 0 macro
197 if (freq_debug) in pxa_set_target()

Completed in 2 milliseconds