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:Sccb_SGoffset
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
FlashPoint.c
114
u32
Sccb_SGoffset
;
member
3918
p_sccb->
Sccb_SGoffset
= 0;
in FPT_sinits()
4929
currSCCB->
Sccb_SGoffset
= 0x00;
in FPT_dataXferProcessor()
4985
if ((!sg_count) && (pcurrSCCB->
Sccb_SGoffset
)) {
in FPT_busMstrSGDataXferStart()
4987
((count & 0x00FFFFFFL) - pcurrSCCB->
Sccb_SGoffset
);
in FPT_busMstrSGDataXferStart()
4989
(count & 0xFF000000L) | pcurrSCCB->
Sccb_SGoffset
;
in FPT_busMstrSGDataXferStart()
5228
pCurrSCCB->
Sccb_SGoffset
= remain_cnt;
in FPT_hostDataXferAbort()
5377
pCurrSCCB->
Sccb_SGoffset
= 0x00;
in FPT_hostDataXferAbort()
5430
currSCCB->
Sccb_SGoffset
= 0;
in FPT_hostDataXferRestart()
5435
currSCCB->
Sccb_SGoffset
in FPT_hostDataXferRestart()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
FlashPoint.c
114
u32
Sccb_SGoffset
;
member
3891
p_sccb->
Sccb_SGoffset
= 0;
in FPT_sinits()
4898
currSCCB->
Sccb_SGoffset
= 0x00;
in FPT_dataXferProcessor()
4954
if ((!sg_count) && (pcurrSCCB->
Sccb_SGoffset
)) {
in FPT_busMstrSGDataXferStart()
4956
((count & 0x00FFFFFFL) - pcurrSCCB->
Sccb_SGoffset
);
in FPT_busMstrSGDataXferStart()
4958
(count & 0xFF000000L) | pcurrSCCB->
Sccb_SGoffset
;
in FPT_busMstrSGDataXferStart()
5197
pCurrSCCB->
Sccb_SGoffset
= remain_cnt;
in FPT_hostDataXferAbort()
5346
pCurrSCCB->
Sccb_SGoffset
= 0x00;
in FPT_hostDataXferAbort()
5399
currSCCB->
Sccb_SGoffset
= 0;
in FPT_hostDataXferRestart()
5404
currSCCB->
Sccb_SGoffset
in FPT_hostDataXferRestart()
[all...]
Completed in 14 milliseconds