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_reg
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
pl353-smc.h
22
u32 pl353_smc_get_ecc_val(int
ecc_reg
);
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
r852.c
465
uint32_t
ecc_reg
;
in r852_ecc_correct()
local
480
ecc_reg
= r852_read_reg_dword(dev, R852_DATALINE);
in r852_ecc_correct()
485
ecc_status = (
ecc_reg
>> 8) & 0xFF;
in r852_ecc_correct()
497
err_byte =
ecc_reg
& 0xFF;
in r852_ecc_correct()
508
ecc_reg
>>= 16;
in r852_ecc_correct()
H
A
D
sh_flctl.c
287
void __iomem *
ecc_reg
[4];
in wait_recfifo_ready()
local
335
ecc_reg
[0] = FL4ECCRESULT0(flctl);
in wait_recfifo_ready()
336
ecc_reg
[1] = FL4ECCRESULT1(flctl);
in wait_recfifo_ready()
337
ecc_reg
[2] = FL4ECCRESULT2(flctl);
in wait_recfifo_ready()
338
ecc_reg
[3] = FL4ECCRESULT3(flctl);
in wait_recfifo_ready()
344
data = readl(
ecc_reg
[i]);
in wait_recfifo_ready()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
r852.c
465
uint32_t
ecc_reg
;
in r852_ecc_correct()
local
480
ecc_reg
= r852_read_reg_dword(dev, R852_DATALINE);
in r852_ecc_correct()
485
ecc_status = (
ecc_reg
>> 8) & 0xFF;
in r852_ecc_correct()
497
err_byte =
ecc_reg
& 0xFF;
in r852_ecc_correct()
508
ecc_reg
>>= 16;
in r852_ecc_correct()
H
A
D
sh_flctl.c
286
void __iomem *
ecc_reg
[4];
in wait_recfifo_ready()
local
334
ecc_reg
[0] = FL4ECCRESULT0(flctl);
in wait_recfifo_ready()
335
ecc_reg
[1] = FL4ECCRESULT1(flctl);
in wait_recfifo_ready()
336
ecc_reg
[2] = FL4ECCRESULT2(flctl);
in wait_recfifo_ready()
337
ecc_reg
[3] = FL4ECCRESULT3(flctl);
in wait_recfifo_ready()
343
data = readl(
ecc_reg
[i]);
in wait_recfifo_ready()
H
A
D
pl35x-nand-controller.c
438
static void pl35x_nand_ecc_reg_to_array(struct nand_chip *chip, u32
ecc_reg
,
in pl35x_nand_ecc_reg_to_array()
argument
441
u32 ecc_value = ~
ecc_reg
;
in pl35x_nand_ecc_reg_to_array()
/kernel/linux/linux-5.10/drivers/memory/
H
A
D
pl353-smc.c
160
* @
ecc_reg
: Index of the ecc_value reg (0..3)
166
u32 pl353_smc_get_ecc_val(int
ecc_reg
)
in pl353_smc_get_ecc_val()
argument
171
(
ecc_reg
* PL353_SMC_ECC_REG_SIZE_OFFS);
in pl353_smc_get_ecc_val()
Completed in 8 milliseconds