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:min_nego_period
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
dc395x.c
286
u8
min_nego_period
; /* for nego. */
member
1150
dcb->
min_nego_period
= clock_period[period_index];
in reset_dev_param()
1280
dcb->
min_nego_period
= 200 >> 2;
in build_sdtr()
1287
*ptr++ = dcb->
min_nego_period
; /* Transfer period (in 4ns) */
in build_sdtr()
2571
dcb->
min_nego_period
= 200 >> 2; /* 200ns <=> 5 MHz */
in msgin_set_async()
2608
|| dcb->
min_nego_period
>
in msgin_set_sync()
2618
dcb->
min_nego_period
= srb->msgin_buf[3];
in msgin_set_sync()
2628
dcb->
min_nego_period
<< 2, dcb->sync_offset,
in msgin_set_sync()
2629
(fact / dcb->
min_nego_period
),
in msgin_set_sync()
2630
((fact % dcb->
min_nego_period
) * 1
in msgin_set_sync()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
dc395x.c
271
u8
min_nego_period
; /* for nego. */
member
1134
dcb->
min_nego_period
= clock_period[period_index];
in reset_dev_param()
1264
dcb->
min_nego_period
= 200 >> 2;
in build_sdtr()
1268
srb->msg_count += spi_populate_sync_msg(ptr, dcb->
min_nego_period
,
in build_sdtr()
2547
dcb->
min_nego_period
= 200 >> 2; /* 200ns <=> 5 MHz */
in msgin_set_async()
2584
|| dcb->
min_nego_period
>
in msgin_set_sync()
2594
dcb->
min_nego_period
= srb->msgin_buf[3];
in msgin_set_sync()
2604
dcb->
min_nego_period
<< 2, dcb->sync_offset,
in msgin_set_sync()
2605
(fact / dcb->
min_nego_period
),
in msgin_set_sync()
2606
((fact % dcb->
min_nego_period
) * 1
in msgin_set_sync()
[all...]
Completed in 9 milliseconds