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:hw_step
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H
A
D
error-dump.h
190
* @
hw_step
: the step of the device
202
__le32
hw_step
;
member
413
* @
hw_step
: HW step
437
__le32
hw_step
;
member
H
A
D
dbg.c
929
dump_info->
hw_step
=
in iwl_fw_error_dump_file()
2039
dump->
hw_step
= cpu_to_le32(CSR_HW_REV_STEP(fwrt->trans->hw_rev));
in iwl_dump_ini_info()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H
A
D
error-dump.h
145
* @
hw_step
: the step of the device
157
__le32
hw_step
;
member
386
* @
hw_step
: HW step
410
__le32
hw_step
;
member
H
A
D
dbg.c
879
dump_info->
hw_step
=
in iwl_fw_error_dump_file()
2261
dump->
hw_step
= cpu_to_le32(fwrt->trans->hw_rev_step);
in iwl_dump_ini_info()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H
A
D
camss-csid-gen2.c
501
u32
hw_step
;
in csid_hw_version()
local
506
hw_step
= (hw_version >> HW_VERSION_STEPPING) & 0xFFFF;
in csid_hw_version()
508
hw_gen, hw_rev,
hw_step
);
in csid_hw_version()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
drv.c
1182
u32
hw_step
;
in iwl_pci_probe()
local
1184
hw_step
= iwl_read_umac_prph_no_grab(iwl_trans, WFPM_CTRL_REG);
in iwl_pci_probe()
1185
hw_step
|= ENABLE_WFPM;
in iwl_pci_probe()
1186
iwl_write_umac_prph_no_grab(iwl_trans, WFPM_CTRL_REG,
hw_step
);
in iwl_pci_probe()
1187
hw_step
= iwl_read_prph_no_grab(iwl_trans, CNVI_AUX_MISC_CHIP);
in iwl_pci_probe()
1188
hw_step
= (
hw_step
>> HW_STEP_LOCATION_BITS) & 0xF;
in iwl_pci_probe()
1189
if (
hw_step
== 0x3)
in iwl_pci_probe()
Completed in 13 milliseconds