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:RSXX_HW_BLK_SIZE
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/rsxx/
H
A
D
dev.c
261
blk_queue_physical_block_size(card->queue,
RSXX_HW_BLK_SIZE
);
in rsxx_setup_dev()
268
RSXX_HW_BLK_SIZE
>> 9);
in rsxx_setup_dev()
269
card->queue->limits.discard_granularity =
RSXX_HW_BLK_SIZE
;
in rsxx_setup_dev()
270
card->queue->limits.discard_alignment =
RSXX_HW_BLK_SIZE
;
in rsxx_setup_dev()
H
A
D
config.c
22
cfg->data.block_size =
RSXX_HW_BLK_SIZE
;
in initialize_config()
23
cfg->data.stripe_size =
RSXX_HW_BLK_SIZE
;
in initialize_config()
H
A
D
rsxx_priv.h
45
#define
RSXX_HW_BLK_SIZE
(1 << RSXX_HW_BLK_SHIFT)
macro
46
#define RSXX_HW_BLK_MASK (
RSXX_HW_BLK_SIZE
- 1)
H
A
D
dma.c
95
do_div(tgt_addr8,
RSXX_HW_BLK_SIZE
);
in rsxx_addr8_to_laddr()
119
return
RSXX_HW_BLK_SIZE
;
in get_dma_size()
708
addr8 +=
RSXX_HW_BLK_SIZE
;
in rsxx_dma_queue_bio()
709
bv_len -=
RSXX_HW_BLK_SIZE
;
in rsxx_dma_queue_bio()
721
RSXX_HW_BLK_SIZE
- dma_off);
in rsxx_dma_queue_bio()
H
A
D
cregs.c
503
*size8 = (u64)size *
RSXX_HW_BLK_SIZE
;
in rsxx_get_card_size8()
Completed in 5 milliseconds