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:_stripe
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/rsxx/
H
A
D
dma.c
92
tgt_addr8 = ((addr8 >> card->
_stripe
.upper_shift) &
in rsxx_addr8_to_laddr()
93
card->
_stripe
.upper_mask) |
in rsxx_addr8_to_laddr()
94
((addr8) & card->
_stripe
.lower_mask);
in rsxx_addr8_to_laddr()
103
tgt = (addr8 >> card->
_stripe
.target_shift) & card->
_stripe
.target_mask;
in rsxx_get_dma_tgt()
856
card->
_stripe
.lower_mask = stripe_size8 - 1;
in rsxx_dma_stripe_setup()
858
card->
_stripe
.upper_mask = ~(card->
_stripe
.lower_mask);
in rsxx_dma_stripe_setup()
859
card->
_stripe
.upper_shift = ffs(card->n_targets) - 1;
in rsxx_dma_stripe_setup()
861
card->
_stripe
in rsxx_dma_stripe_setup()
[all...]
H
A
D
rsxx_priv.h
167
}
_stripe
;
member
Completed in 4 milliseconds