Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dcoretemp.c34 * force_tjmax only matters when TjMax can't be read from the CPU itself.
37 static int force_tjmax; variable
38 module_param_named(tjmax, force_tjmax, int, 0444);
369 if (force_tjmax) { in get_tjmax()
371 force_tjmax); in get_tjmax()
372 return force_tjmax * 1000; in get_tjmax()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dcoretemp.c35 * force_tjmax only matters when TjMax can't be read from the CPU itself.
38 static int force_tjmax; variable
39 module_param_named(tjmax, force_tjmax, int, 0444);
289 if (force_tjmax) { in get_tjmax()
291 force_tjmax); in get_tjmax()
292 tdata->tjmax = force_tjmax * 1000; in get_tjmax()

Completed in 3 milliseconds