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:gf_len
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/gpmi-nand/
H
A
D
gpmi-nand.c
227
geo->
gf_len
,
in gpmi_dump_info()
254
if (geo->
gf_len
== 14)
in gpmi_check_ecc()
283
(geo->
gf_len
* geo->ecc_strength +
in bbm_in_data_chunk()
287
(geo->
gf_len
* geo->ecc_strength +
in bbm_in_data_chunk()
317
geo->
gf_len
= 13;
in set_geometry_by_ecc_info()
320
geo->
gf_len
= 14;
in set_geometry_by_ecc_info()
397
(geo->
gf_len
* geo->ecc_strength * geo->ecc_chunk_count) / 8;
in set_geometry_by_ecc_info()
410
(geo->ecc_strength * geo->
gf_len
* (geo->ecc_chunk_count - 1)
in set_geometry_by_ecc_info()
443
/ (geo->
gf_len
* geo->ecc_chunk_count);
in get_ecc_strength()
477
geo->
gf_len
in set_geometry_for_large_oob()
1507
unsigned int
gf_len
= geo->
gf_len
;
gpmi_bch_layout_std()
local
[all...]
H
A
D
gpmi-nand.h
27
* @
gf_len
: The length of Galois Field. (e.g., 13 or 14)
49
unsigned int
gf_len
;
member
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/gpmi-nand/
H
A
D
gpmi-nand.c
226
geo->
gf_len
,
in gpmi_dump_info()
246
if (geo->
gf_len
== 14)
in gpmi_check_ecc()
269
geo->
gf_len
= 13;
in set_geometry_by_ecc_info()
272
geo->
gf_len
= 14;
in set_geometry_by_ecc_info()
348
(geo->
gf_len
* geo->ecc_strength * geo->ecc_chunk_count) / 8;
in set_geometry_by_ecc_info()
361
(geo->ecc_strength * geo->
gf_len
* (geo->ecc_chunk_count - 1)
in set_geometry_by_ecc_info()
394
/ (geo->
gf_len
* geo->ecc_chunk_count);
in get_ecc_strength()
416
geo->
gf_len
= 13;
in legacy_set_geometry()
422
geo->
gf_len
= 14;
in legacy_set_geometry()
439
(geo->
gf_len
* ge
in legacy_set_geometry()
1303
unsigned int
gf_len
= geo->
gf_len
;
gpmi_bch_layout_std()
local
[all...]
H
A
D
gpmi-nand.h
27
* @
gf_len
: The length of Galois Field. (e.g., 13 or 14)
47
unsigned int
gf_len
;
member
Completed in 5 milliseconds