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:blockshift
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/storage/
H
A
D
sddr09.c
111
char
blockshift
; /* 1<<bs pages in an erase block */
member
252
int
blockshift
; /* log2 of blocksize */
member
253
int blockmask; /* 2^
blockshift
- 1 */
383
* [Here 512 = 1<<pageshift, 32 = 1<<
blockshift
, 64 is constant?]
745
lba = address >> info->
blockshift
;
in sddr09_read_data()
747
maxlba = info->capacity >> (info->pageshift + info->
blockshift
);
in sddr09_read_data()
802
address = ((pba << info->
blockshift
) + page) <<
in sddr09_read_data()
830
end = info->capacity >> (info->
blockshift
+ info->pageshift);
in sddr09_find_unused_pba()
891
address = (pba << (info->pageshift + info->
blockshift
));
in sddr09_write_lba()
972
lba = address >> info->
blockshift
;
in sddr09_write_data()
[all...]
H
A
D
sddr55.c
92
int
blockshift
; /* log2 of blocksize */
member
93
int blockmask; /* 2^
blockshift
- 1 */
239
address = (pba << info->
blockshift
) + page;
in sddr55_read_data()
414
address = (pba << info->
blockshift
) + page;
in sddr55_write_data()
470
>> info->
blockshift
;
in sddr55_write_data()
579
info->
blockshift
= 4;
in sddr55_get_capacity()
611
info->
blockshift
= 5;
in sddr55_get_capacity()
617
info->
blockshift
= 5;
in sddr55_get_capacity()
623
info->
blockshift
= 5;
in sddr55_get_capacity()
629
info->
blockshift
in sddr55_get_capacity()
[all...]
H
A
D
alauda.c
94
unsigned char
blockshift
;
member
171
unsigned char
blockshift
; /* 1<<bs pages per block */
member
287
+ media_info->
blockshift
+ media_info->pageshift;
in alauda_free_maps()
428
MEDIA_INFO(us).
blockshift
= media_info->
blockshift
;
in alauda_init_media()
432
MEDIA_INFO(us).blocksize = 1 << media_info->
blockshift
;
in alauda_init_media()
439
+ MEDIA_INFO(us).
blockshift
+ MEDIA_INFO(us).pageshift);
in alauda_init_media()
919
unsigned int
blockshift
= MEDIA_INFO(us).
blockshift
;
in alauda_read_data()
local
941
lba = address >>
blockshift
;
in alauda_read_data()
1013
unsigned int
blockshift
= MEDIA_INFO(us).
blockshift
;
alauda_write_data()
local
[all...]
/kernel/linux/linux-6.6/drivers/usb/storage/
H
A
D
sddr09.c
111
char
blockshift
; /* 1<<bs pages in an erase block */
member
252
int
blockshift
; /* log2 of blocksize */
member
253
int blockmask; /* 2^
blockshift
- 1 */
383
* [Here 512 = 1<<pageshift, 32 = 1<<
blockshift
, 64 is constant?]
745
lba = address >> info->
blockshift
;
in sddr09_read_data()
747
maxlba = info->capacity >> (info->pageshift + info->
blockshift
);
in sddr09_read_data()
802
address = ((pba << info->
blockshift
) + page) <<
in sddr09_read_data()
830
end = info->capacity >> (info->
blockshift
+ info->pageshift);
in sddr09_find_unused_pba()
891
address = (pba << (info->pageshift + info->
blockshift
));
in sddr09_write_lba()
972
lba = address >> info->
blockshift
;
in sddr09_write_data()
[all...]
H
A
D
sddr55.c
92
int
blockshift
; /* log2 of blocksize */
member
93
int blockmask; /* 2^
blockshift
- 1 */
239
address = (pba << info->
blockshift
) + page;
in sddr55_read_data()
414
address = (pba << info->
blockshift
) + page;
in sddr55_write_data()
470
>> info->
blockshift
;
in sddr55_write_data()
579
info->
blockshift
= 4;
in sddr55_get_capacity()
611
info->
blockshift
= 5;
in sddr55_get_capacity()
617
info->
blockshift
= 5;
in sddr55_get_capacity()
623
info->
blockshift
= 5;
in sddr55_get_capacity()
629
info->
blockshift
in sddr55_get_capacity()
[all...]
H
A
D
alauda.c
94
unsigned char
blockshift
;
member
171
unsigned char
blockshift
; /* 1<<bs pages per block */
member
287
+ media_info->
blockshift
+ media_info->pageshift;
in alauda_free_maps()
428
MEDIA_INFO(us).
blockshift
= media_info->
blockshift
;
in alauda_init_media()
432
MEDIA_INFO(us).blocksize = 1 << media_info->
blockshift
;
in alauda_init_media()
439
+ MEDIA_INFO(us).
blockshift
+ MEDIA_INFO(us).pageshift);
in alauda_init_media()
919
unsigned int
blockshift
= MEDIA_INFO(us).
blockshift
;
in alauda_read_data()
local
941
lba = address >>
blockshift
;
in alauda_read_data()
1013
unsigned int
blockshift
= MEDIA_INFO(us).
blockshift
;
alauda_write_data()
local
[all...]
Completed in 13 milliseconds