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
defs:eccsteps
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
nand_bch.c
109
unsigned int m, t,
eccsteps
, i;
in nand_bch_init()
local
H
A
D
davinci_nand.c
392
int
eccsteps
= chip->ecc.steps;
in nand_davinci_read_page_hwecc_oob_first()
local
H
A
D
fsmc_nand.c
700
int
eccsteps
= chip->ecc.steps;
in fsmc_read_page_hwecc()
local
H
A
D
mtk_nand.c
1154
u32
eccsteps
;
in mtk_nfc_ooblayout_free()
local
1172
u32
eccsteps
;
in mtk_nfc_ooblayout_ecc()
local
1226
u32
eccsteps
, i, closest_spare = 0;
in mtk_nfc_set_spare_per_sector()
local
H
A
D
omap2.c
1357
int
eccsteps
= info->nand.ecc.steps;
in omap_elm_correct_data()
local
H
A
D
nandsim.c
2212
unsigned int
eccsteps
, eccbytes;
in ns_attach_chip()
local
H
A
D
stm32_fmc2_nand.c
679
int
eccsteps
= chip->ecc.steps;
in stm32_fmc2_nfc_read_page()
local
841
int
eccsteps
= chip->ecc.steps;
in stm32_fmc2_nfc_xfer()
local
1027
int
eccsteps
= chip->ecc.steps;
stm32_fmc2_nfc_seq_correct()
local
[all...]
H
A
D
nand_base.c
2735
int
eccsteps
= chip->ecc.steps;
in nand_read_page_swecc()
local
2894
int
eccsteps
= chip->ecc.steps;
in nand_read_page_hwecc()
local
2966
int
eccsteps
= chip->ecc.steps;
nand_read_page_syndrome()
local
3707
int
eccsteps
= chip->ecc.steps;
nand_write_page_swecc()
local
3736
int
eccsteps
= chip->ecc.steps;
nand_write_page_hwecc()
local
3853
int
eccsteps
= chip->ecc.steps;
nand_write_page_syndrome()
local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/
H
A
D
ecc-sw-bch.c
298
int
eccsteps
= nand->ecc.ctx.nsteps;
in nand_ecc_sw_bch_prepare_io_req()
local
336
int
eccsteps
= nand->ecc.ctx.nsteps;
in nand_ecc_sw_bch_finish_io_req()
local
H
A
D
ecc-sw-hamming.c
552
int
eccsteps
= nand->ecc.ctx.nsteps;
in nand_ecc_sw_hamming_prepare_io_req()
local
590
int
eccsteps
= nand->ecc.ctx.nsteps;
in nand_ecc_sw_hamming_finish_io_req()
local
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
fsmc_nand.c
711
int
eccsteps
= chip->ecc.steps;
in fsmc_read_page_hwecc()
local
H
A
D
mtk_nand.c
1127
u32
eccsteps
;
in mtk_nfc_ooblayout_free()
local
1145
u32
eccsteps
;
in mtk_nfc_ooblayout_ecc()
local
1199
u32
eccsteps
, i, closest_spare = 0;
in mtk_nfc_set_spare_per_sector()
local
H
A
D
nandsim.c
2215
unsigned int
eccsteps
, eccbytes;
in ns_attach_chip()
local
H
A
D
stm32_fmc2_nand.c
683
int
eccsteps
= chip->ecc.steps;
in stm32_fmc2_nfc_read_page()
local
845
int
eccsteps
= chip->ecc.steps;
in stm32_fmc2_nfc_xfer()
local
1033
int
eccsteps
= chip->ecc.steps;
stm32_fmc2_nfc_seq_correct()
local
[all...]
H
A
D
omap2.c
1218
int
eccsteps
= info->nsteps_per_eccpg;
in omap_elm_correct_data()
local
H
A
D
nand_base.c
3054
int
eccsteps
= chip->ecc.steps;
in nand_read_page_swecc()
local
3213
int
eccsteps
= chip->ecc.steps;
in nand_read_page_hwecc()
local
3286
int
eccsteps
= chip->ecc.steps;
nand_read_page_hwecc_oob_first()
local
3352
int
eccsteps
= chip->ecc.steps;
nand_read_page_syndrome()
local
4157
int
eccsteps
= chip->ecc.steps;
nand_write_page_swecc()
local
4186
int
eccsteps
= chip->ecc.steps;
nand_write_page_hwecc()
local
4303
int
eccsteps
= chip->ecc.steps;
nand_write_page_syndrome()
local
[all...]
Completed in 42 milliseconds