Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/clocksource/
Dtimer-cadence-ttc.c237 u32 psv; in ttc_rate_change_clocksource_cb() local
268 psv = (ttccs->scale_clk_ctrl_reg_old & in ttc_rate_change_clocksource_cb()
272 psv -= factor; in ttc_rate_change_clocksource_cb()
274 psv += factor; in ttc_rate_change_clocksource_cb()
277 if (psv & ~(TTC_CLK_CNTRL_PSV_MASK >> TTC_CLK_CNTRL_PSV_SHIFT)) in ttc_rate_change_clocksource_cb()
282 ttccs->scale_clk_ctrl_reg_new |= psv << TTC_CLK_CNTRL_PSV_SHIFT; in ttc_rate_change_clocksource_cb()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_rx.c245 struct mlx5_seg_get_psv *psv; in resync_post_get_progress_params() local
288 psv = &wqe->psv; in resync_post_get_progress_params()
289 psv->num_psv = 1 << 4; in resync_post_get_progress_params()
290 psv->l_key = sq->channel->mkey_be; in resync_post_get_progress_params()
291 psv->psv_index[0] = cpu_to_be32(priv_rx->tirn); in resync_post_get_progress_params()
292 psv->va = cpu_to_be64(buf->dma_addr); in resync_post_get_progress_params()
Dktls_utils.h45 struct mlx5_seg_get_psv psv; member
/Linux-v5.10/drivers/acpi/
Dthermal.c73 static int psv; variable
74 module_param(psv, int, 0644);
75 MODULE_PARM_DESC(psv, "Disable or override all passive trip points.");
334 if (psv == -1) { in acpi_thermal_trips_update()
336 } else if (psv > 0) { in acpi_thermal_trips_update()
337 tmp = celsius_to_deci_kelvin(psv); in acpi_thermal_trips_update()
1153 if (psv == 0) { in thermal_psv()
1156 psv = -1; in thermal_psv()
/Linux-v5.10/include/linux/mlx5/
Ddriver.h349 } psv; member
/Linux-v5.10/Documentation/admin-guide/
Dkernel-parameters.txt5288 thermal.psv= [HW,ACPI]