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:ecc10
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
davinci_nand.c
256
unsigned short
ecc10
[8];
in nand_davinci_correct_4bit()
local
270
ecc10
[0] = (ecc16[0] >> 0) & 0x3ff;
in nand_davinci_correct_4bit()
271
ecc10
[1] = ((ecc16[0] >> 10) & 0x3f) | ((ecc16[1] << 6) & 0x3c0);
in nand_davinci_correct_4bit()
272
ecc10
[2] = (ecc16[1] >> 4) & 0x3ff;
in nand_davinci_correct_4bit()
273
ecc10
[3] = ((ecc16[1] >> 14) & 0x3) | ((ecc16[2] << 2) & 0x3fc);
in nand_davinci_correct_4bit()
274
ecc10
[4] = (ecc16[2] >> 8) | ((ecc16[3] << 8) & 0x300);
in nand_davinci_correct_4bit()
275
ecc10
[5] = (ecc16[3] >> 2) & 0x3ff;
in nand_davinci_correct_4bit()
276
ecc10
[6] = ((ecc16[3] >> 12) & 0xf) | ((ecc16[4] << 4) & 0x3f0);
in nand_davinci_correct_4bit()
277
ecc10
[7] = (ecc16[4] >> 6) & 0x3ff;
in nand_davinci_correct_4bit()
281
davinci_nand_writel(info, NAND_4BIT_ECC_LOAD_OFFSET,
ecc10
[
in nand_davinci_correct_4bit()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
davinci_nand.c
257
unsigned short
ecc10
[8];
in nand_davinci_correct_4bit()
local
271
ecc10
[0] = (ecc16[0] >> 0) & 0x3ff;
in nand_davinci_correct_4bit()
272
ecc10
[1] = ((ecc16[0] >> 10) & 0x3f) | ((ecc16[1] << 6) & 0x3c0);
in nand_davinci_correct_4bit()
273
ecc10
[2] = (ecc16[1] >> 4) & 0x3ff;
in nand_davinci_correct_4bit()
274
ecc10
[3] = ((ecc16[1] >> 14) & 0x3) | ((ecc16[2] << 2) & 0x3fc);
in nand_davinci_correct_4bit()
275
ecc10
[4] = (ecc16[2] >> 8) | ((ecc16[3] << 8) & 0x300);
in nand_davinci_correct_4bit()
276
ecc10
[5] = (ecc16[3] >> 2) & 0x3ff;
in nand_davinci_correct_4bit()
277
ecc10
[6] = ((ecc16[3] >> 12) & 0xf) | ((ecc16[4] << 4) & 0x3f0);
in nand_davinci_correct_4bit()
278
ecc10
[7] = (ecc16[4] >> 6) & 0x3ff;
in nand_davinci_correct_4bit()
282
davinci_nand_writel(info, NAND_4BIT_ECC_LOAD_OFFSET,
ecc10
[
in nand_davinci_correct_4bit()
[all...]
Completed in 3 milliseconds