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:ecc_sta
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
stm32_fmc2_nand.c
483
static void stm32_fmc2_nfc_ham_set_ecc(const u32
ecc_sta
, u8 *ecc)
in stm32_fmc2_nfc_ham_set_ecc()
argument
485
ecc[0] =
ecc_sta
;
in stm32_fmc2_nfc_ham_set_ecc()
486
ecc[1] =
ecc_sta
>> 8;
in stm32_fmc2_nfc_ham_set_ecc()
487
ecc[2] =
ecc_sta
>> 16;
in stm32_fmc2_nfc_ham_set_ecc()
613
static int stm32_fmc2_nfc_bch_decode(int eccsize, u8 *dat, u32 *
ecc_sta
)
in stm32_fmc2_nfc_bch_decode()
argument
615
u32 bchdsr0 =
ecc_sta
[0];
in stm32_fmc2_nfc_bch_decode()
616
u32 bchdsr1 =
ecc_sta
[1];
in stm32_fmc2_nfc_bch_decode()
617
u32 bchdsr2 =
ecc_sta
[2];
in stm32_fmc2_nfc_bch_decode()
618
u32 bchdsr3 =
ecc_sta
[3];
in stm32_fmc2_nfc_bch_decode()
619
u32 bchdsr4 =
ecc_sta
[
in stm32_fmc2_nfc_bch_decode()
656
u32
ecc_sta
[5];
stm32_fmc2_nfc_bch_correct()
local
1030
u32 *
ecc_sta
= (u32 *)nfc->ecc_buf;
stm32_fmc2_nfc_seq_correct()
local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
stm32_fmc2_nand.c
485
static void stm32_fmc2_nfc_ham_set_ecc(const u32
ecc_sta
, u8 *ecc)
in stm32_fmc2_nfc_ham_set_ecc()
argument
487
ecc[0] =
ecc_sta
;
in stm32_fmc2_nfc_ham_set_ecc()
488
ecc[1] =
ecc_sta
>> 8;
in stm32_fmc2_nfc_ham_set_ecc()
489
ecc[2] =
ecc_sta
>> 16;
in stm32_fmc2_nfc_ham_set_ecc()
617
static int stm32_fmc2_nfc_bch_decode(int eccsize, u8 *dat, u32 *
ecc_sta
)
in stm32_fmc2_nfc_bch_decode()
argument
619
u32 bchdsr0 =
ecc_sta
[0];
in stm32_fmc2_nfc_bch_decode()
620
u32 bchdsr1 =
ecc_sta
[1];
in stm32_fmc2_nfc_bch_decode()
621
u32 bchdsr2 =
ecc_sta
[2];
in stm32_fmc2_nfc_bch_decode()
622
u32 bchdsr3 =
ecc_sta
[3];
in stm32_fmc2_nfc_bch_decode()
623
u32 bchdsr4 =
ecc_sta
[
in stm32_fmc2_nfc_bch_decode()
660
u32
ecc_sta
[5];
stm32_fmc2_nfc_bch_correct()
local
1036
u32 *
ecc_sta
= (u32 *)nfc->ecc_buf;
stm32_fmc2_nfc_seq_correct()
local
[all...]
Completed in 8 milliseconds