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:parity_bits
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/nand/
H
A
D
ecc-mtk.c
54
u32
parity_bits
;
member
206
config->strength * ecc->caps->
parity_bits
;
in mtk_ecc_config()
418
len = (config->strength * ecc->caps->
parity_bits
+ 7) >> 3;
in mtk_ecc_encode()
457
return ecc->caps->
parity_bits
;
in mtk_ecc_get_parity_bits()
468
.
parity_bits
= 14,
479
.
parity_bits
= 14,
490
.
parity_bits
= 13,
501
.
parity_bits
= 14,
537
max_eccdata_size = (max_eccdata_size * ecc->caps->
parity_bits
+ 7) >> 3;
in mtk_ecc_probe()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
mtk_ecc.c
51
u32
parity_bits
;
member
199
config->strength * ecc->caps->
parity_bits
;
in mtk_ecc_config()
408
len = (config->strength * ecc->caps->
parity_bits
+ 7) >> 3;
in mtk_ecc_encode()
447
return ecc->caps->
parity_bits
;
in mtk_ecc_get_parity_bits()
458
.
parity_bits
= 14,
469
.
parity_bits
= 14,
480
.
parity_bits
= 13,
514
max_eccdata_size = (max_eccdata_size * ecc->caps->
parity_bits
+ 7) >> 3;
in mtk_ecc_probe()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-mtk-snfi.c
670
u32
parity_bits
, max_ecc_bytes;
in mtk_snand_ecc_init_ctx()
local
704
parity_bits
= mtk_ecc_get_parity_bits(snf->ecc);
in mtk_snand_ecc_init_ctx()
706
ecc_cfg->strength = max_ecc_bytes * 8 /
parity_bits
;
in mtk_snand_ecc_init_ctx()
Completed in 5 milliseconds