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:gsm_dump_offset
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
H
A
D
pm8001_hwi.c
4861
u32 shift_value, gsm_base,
gsm_dump_offset
;
in pm8001_get_gsm_dump()
local
4868
gsm_dump_offset
= pm8001_ha->fatal_forensic_shift_offset;
in pm8001_get_gsm_dump()
4871
if ((length > 0x100000) || (
gsm_dump_offset
& 3) ||
in pm8001_get_gsm_dump()
4872
((
gsm_dump_offset
+ length) > 0x1000000))
in pm8001_get_gsm_dump()
4880
work_offset =
gsm_dump_offset
& 0xFFFF0000;
in pm8001_get_gsm_dump()
4881
offset =
gsm_dump_offset
& 0x0000FFFF;
in pm8001_get_gsm_dump()
4882
gsm_dump_offset
= work_offset;
in pm8001_get_gsm_dump()
4890
shift_value = ((
gsm_dump_offset
+ offset) &
in pm8001_get_gsm_dump()
4893
shift_value = (((
gsm_dump_offset
+ offset) &
in pm8001_get_gsm_dump()
4908
gsm_dump_offset
in pm8001_get_gsm_dump()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/pm8001/
H
A
D
pm8001_hwi.c
4682
u32 shift_value, gsm_base,
gsm_dump_offset
;
in pm8001_get_gsm_dump()
local
4689
gsm_dump_offset
= pm8001_ha->fatal_forensic_shift_offset;
in pm8001_get_gsm_dump()
4692
if ((length > 0x100000) || (
gsm_dump_offset
& 3) ||
in pm8001_get_gsm_dump()
4693
((
gsm_dump_offset
+ length) > 0x1000000))
in pm8001_get_gsm_dump()
4701
work_offset =
gsm_dump_offset
& 0xFFFF0000;
in pm8001_get_gsm_dump()
4702
offset =
gsm_dump_offset
& 0x0000FFFF;
in pm8001_get_gsm_dump()
4703
gsm_dump_offset
= work_offset;
in pm8001_get_gsm_dump()
4711
shift_value = ((
gsm_dump_offset
+ offset) &
in pm8001_get_gsm_dump()
4714
shift_value = (((
gsm_dump_offset
+ offset) &
in pm8001_get_gsm_dump()
4729
gsm_dump_offset
in pm8001_get_gsm_dump()
[all...]
Completed in 13 milliseconds