Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dcadence_ttc_timer.c243 u32 psv; in ttc_rate_change_clocksource_cb() local
274 psv = (ttccs->scale_clk_ctrl_reg_old & in ttc_rate_change_clocksource_cb()
278 psv -= factor; in ttc_rate_change_clocksource_cb()
280 psv += factor; in ttc_rate_change_clocksource_cb()
283 if (psv & ~(TTC_CLK_CNTRL_PSV_MASK >> TTC_CLK_CNTRL_PSV_SHIFT)) in ttc_rate_change_clocksource_cb()
288 ttccs->scale_clk_ctrl_reg_new |= psv << TTC_CLK_CNTRL_PSV_SHIFT; in ttc_rate_change_clocksource_cb()
/Linux-v4.19/drivers/acpi/
Dthermal.c86 static int psv; variable
87 module_param(psv, int, 0644);
88 MODULE_PARM_DESC(psv, "Disable or override all passive trip points.");
351 if (psv == -1) { in acpi_thermal_trips_update()
353 } else if (psv > 0) { in acpi_thermal_trips_update()
354 tmp = CELSIUS_TO_DECI_KELVIN(psv); in acpi_thermal_trips_update()
1204 if (psv == 0) { in thermal_psv()
1207 psv = -1; in thermal_psv()
/Linux-v4.19/include/linux/mlx5/
Ddriver.h426 } psv; member
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt4425 thermal.psv= [HW,ACPI]