Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clocksource/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c258 struct mlx5_seg_get_psv *psv; in resync_post_get_progress_params() local
301 psv = &wqe->psv; in resync_post_get_progress_params()
302 psv->num_psv = 1 << 4; in resync_post_get_progress_params()
303 psv->l_key = sq->channel->mkey_be; in resync_post_get_progress_params()
304 psv->psv_index[0] = cpu_to_be32(priv_rx->tirn); in resync_post_get_progress_params()
305 psv->va = cpu_to_be64(buf->dma_addr); in resync_post_get_progress_params()
H A Dktls_utils.h45 struct mlx5_seg_get_psv psv; member
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dthermal.c73 static int psv; variable
74 module_param(psv, int, 0644);
75 MODULE_PARM_DESC(psv, "Disable or override all passive trip points.");
336 if (psv == -1) { in acpi_thermal_trips_update()
338 } else if (psv > 0) { in acpi_thermal_trips_update()
339 tmp = celsius_to_deci_kelvin(psv); in acpi_thermal_trips_update()
1173 if (psv == 0) { in thermal_psv()
1176 psv = -1; in thermal_psv()
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Ddriver.h349 } psv; member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt5492 thermal.psv= [HW,ACPI]