Searched refs:psv (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/clocksource/ |
H A D | cadence_ttc_timer.c | 241 u32 psv; ttc_rate_change_clocksource_cb() local 272 psv = (ttccs->scale_clk_ctrl_reg_old & ttc_rate_change_clocksource_cb() 276 psv -= factor; ttc_rate_change_clocksource_cb() 278 psv += factor; ttc_rate_change_clocksource_cb() 281 if (psv & ~(TTC_CLK_CNTRL_PSV_MASK >> TTC_CLK_CNTRL_PSV_SHIFT)) ttc_rate_change_clocksource_cb() 286 ttccs->scale_clk_ctrl_reg_new |= psv << TTC_CLK_CNTRL_PSV_SHIFT; ttc_rate_change_clocksource_cb()
|
/linux-4.1.27/drivers/acpi/ |
H A D | thermal.c | 90 static int psv; variable 91 module_param(psv, int, 0644); 92 MODULE_PARM_DESC(psv, "Disable or override all passive trip points."); 355 if (psv == -1) { acpi_thermal_trips_update() 357 } else if (psv > 0) { acpi_thermal_trips_update() 358 tmp = CELSIUS_TO_KELVIN(psv); acpi_thermal_trips_update() 1204 if (psv == 0) { thermal_psv() 1207 psv = -1; thermal_psv()
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
H A D | mr.c | 1296 mlx5_ib_warn(dev, "failed to destroy mem psv %d\n", mlx5_ib_create_mr() 1300 mlx5_ib_warn(dev, "failed to destroy wire psv %d\n", mlx5_ib_create_mr() 1321 mlx5_ib_warn(dev, "failed to destroy mem psv %d\n", mlx5_ib_destroy_mr() 1325 mlx5_ib_warn(dev, "failed to destroy wire psv %d\n", mlx5_ib_destroy_mr()
|
/linux-4.1.27/include/linux/mlx5/ |
H A D | driver.h | 369 } psv; member in struct:mlx5_core_psv
|
Completed in 262 milliseconds