Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:psv
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
arm_global_timer.c
244
static void gt_write_presc(u32
psv
)
in gt_write_presc()
argument
250
reg |=
psv
<< GT_CONTROL_PRESCALER_SHIFT;
in gt_write_presc()
293
int
psv
;
in gt_clk_rate_change_cb()
local
295
psv
= DIV_ROUND_CLOSEST(ndata->new_rate,
in gt_clk_rate_change_cb()
298
if (abs(gt_target_rate - (ndata->new_rate /
psv
)) > MAX_F_ERR)
in gt_clk_rate_change_cb()
301
psv
--;
in gt_clk_rate_change_cb()
304
if (
psv
< 0 ||
psv
> GT_CONTROL_PRESCALER_MAX)
in gt_clk_rate_change_cb()
312
gt_psv_new =
psv
;
in gt_clk_rate_change_cb()
318
gt_write_presc(
psv
);
in gt_clk_rate_change_cb()
[all...]
H
A
D
timer-cadence-ttc.c
238
u32
psv
;
in ttc_rate_change_clocksource_cb()
local
269
psv
= (ttccs->scale_clk_ctrl_reg_old &
in ttc_rate_change_clocksource_cb()
273
psv
-= factor;
in ttc_rate_change_clocksource_cb()
275
psv
+= factor;
in ttc_rate_change_clocksource_cb()
278
if (
psv
& ~(TTC_CLK_CNTRL_PSV_MASK >> TTC_CLK_CNTRL_PSV_SHIFT))
in ttc_rate_change_clocksource_cb()
283
ttccs->scale_clk_ctrl_reg_new |=
psv
<< TTC_CLK_CNTRL_PSV_SHIFT;
in ttc_rate_change_clocksource_cb()
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
timer-cadence-ttc.c
237
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()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H
A
D
ktls_rx.c
258
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
D
ktls_utils.h
45
struct mlx5_seg_get_psv
psv
;
member
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
thermal.c
89
static int
psv
;
variable
90
module_param(
psv
, int, 0644);
91
MODULE_PARM_DESC(
psv
, "Disable or override all passive trip points.");
259
if (
psv
== -1) {
in __acpi_thermal_trips_update()
261
} else if (
psv
> 0) {
in __acpi_thermal_trips_update()
262
tmp = celsius_to_deci_kelvin(
psv
);
in __acpi_thermal_trips_update()
1072
if (
psv
== 0) {
in thermal_psv()
1075
psv
= -1;
in thermal_psv()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H
A
D
ktls_rx.c
259
struct mlx5_seg_get_psv *
psv
;
in resync_post_get_progress_params()
local
300
psv
= &wqe->
psv
;
in resync_post_get_progress_params()
301
psv
->num_psv = 1 << 4;
in resync_post_get_progress_params()
302
psv
->l_key = sq->channel->mkey_be;
in resync_post_get_progress_params()
303
psv
->psv_index[0] = cpu_to_be32(mlx5e_tir_get_tirn(&priv_rx->tir));
in resync_post_get_progress_params()
304
psv
->va = cpu_to_be64(buf->dma_addr);
in resync_post_get_progress_params()
H
A
D
ktls_utils.h
50
struct mlx5_seg_get_psv
psv
;
member
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
thermal.c
73
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()
1171
if (
psv
== 0) {
in thermal_psv()
1174
psv
= -1;
in thermal_psv()
/kernel/linux/linux-5.10/include/linux/mlx5/
H
A
D
driver.h
351
}
psv
;
member
/kernel/linux/linux-6.6/include/linux/mlx5/
H
A
D
driver.h
366
}
psv
;
member
Completed in 15 milliseconds