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:lower_val
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
adf_gen4_dc.c
19
u32
lower_val
;
in qat_comp_build_deflate()
local
45
lower_val
= ICP_QAT_FW_COMP_20_BUILD_CONFIG_LOWER(hw_comp_lower_csr);
in qat_comp_build_deflate()
47
cd_pars->u.sl.comp_slice_cfg_word[0] =
lower_val
;
in qat_comp_build_deflate()
73
lower_val
= ICP_QAT_FW_DECOMP_20_BUILD_CONFIG_LOWER(hw_decomp_lower_csr);
in qat_comp_build_deflate()
75
cd_pars->u.sl.comp_slice_cfg_word[0] =
lower_val
;
in qat_comp_build_deflate()
H
A
D
icp_qat_hw.h
350
__u32
lower_val
;
member
/kernel/linux/linux-6.6/drivers/pwm/
H
A
D
pwm-ab8500.c
41
u8 higher_val,
lower_val
;
in ab8500_pwm_apply()
local
109
lower_val
= (duty_steps - 1) & 0x00ff;
in ab8500_pwm_apply()
119
reg,
lower_val
);
in ab8500_pwm_apply()
142
u8 ctrl7,
lower_val
, higher_val;
in ab8500_pwm_get_state()
local
162
&
lower_val
);
in ab8500_pwm_get_state()
173
duty_steps = ((higher_val & 3) << 8 |
lower_val
) + 1;
in ab8500_pwm_get_state()
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
pwm-ab8500.c
31
unsigned int higher_val,
lower_val
;
in ab8500_pwm_config()
local
38
lower_val
= duty_ns & 0x00FF;
in ab8500_pwm_config()
48
reg, (u8)
lower_val
);
in ab8500_pwm_config()
Completed in 4 milliseconds