Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clocksource/
Dtimer-cadence-ttc.c235 u32 psv; in ttc_rate_change_clocksource_cb() local
266 psv = (ttccs->scale_clk_ctrl_reg_old & in ttc_rate_change_clocksource_cb()
270 psv -= factor; in ttc_rate_change_clocksource_cb()
272 psv += factor; in ttc_rate_change_clocksource_cb()
275 if (psv & ~(TTC_CLK_CNTRL_PSV_MASK >> TTC_CLK_CNTRL_PSV_SHIFT)) in ttc_rate_change_clocksource_cb()
280 ttccs->scale_clk_ctrl_reg_new |= psv << TTC_CLK_CNTRL_PSV_SHIFT; in ttc_rate_change_clocksource_cb()
/Linux-v5.4/drivers/acpi/
Dthermal.c72 static int psv; variable
73 module_param(psv, int, 0644);
74 MODULE_PARM_DESC(psv, "Disable or override all passive trip points.");
333 if (psv == -1) { in acpi_thermal_trips_update()
335 } else if (psv > 0) { in acpi_thermal_trips_update()
336 tmp = CELSIUS_TO_DECI_KELVIN(psv); in acpi_thermal_trips_update()
1185 if (psv == 0) { in thermal_psv()
1188 psv = -1; in thermal_psv()
/Linux-v5.4/include/linux/mlx5/
Ddriver.h354 } psv; member
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt4756 thermal.psv= [HW,ACPI]