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_ctl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
sunxi_nand.c
174
* @
ecc_ctl
: ECC_CTL register value for this NAND chip
177
u32
ecc_ctl
;
member
626
u32
ecc_ctl
= readl(nfc->regs + NFC_REG_ECC_CTL);
in sunxi_nfc_randomizer_config()
local
632
ecc_ctl
= readl(nfc->regs + NFC_REG_ECC_CTL);
in sunxi_nfc_randomizer_config()
634
ecc_ctl
= readl(nfc->regs + NFC_REG_ECC_CTL) & ~NFC_RANDOM_SEED_MSK;
in sunxi_nfc_randomizer_config()
635
writel(
ecc_ctl
| NFC_RANDOM_SEED(state), nfc->regs + NFC_REG_ECC_CTL);
in sunxi_nfc_randomizer_config()
692
writel(sunxi_nand->ecc.
ecc_ctl
, nfc->regs + NFC_REG_ECC_CTL);
in sunxi_nfc_hw_ecc_enable()
1715
sunxi_nand->ecc.
ecc_ctl
= NFC_ECC_MODE(i) | NFC_ECC_EXCEPTION |
in sunxi_nand_hw_ecc_ctrl_init()
1719
sunxi_nand->ecc.
ecc_ctl
|= NFC_ECC_BLOCK_512;
in sunxi_nand_hw_ecc_ctrl_init()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
sunxi_nand.c
616
u32
ecc_ctl
= readl(nfc->regs + NFC_REG_ECC_CTL);
in sunxi_nfc_randomizer_config()
local
622
ecc_ctl
= readl(nfc->regs + NFC_REG_ECC_CTL);
in sunxi_nfc_randomizer_config()
624
ecc_ctl
= readl(nfc->regs + NFC_REG_ECC_CTL) & ~NFC_RANDOM_SEED_MSK;
in sunxi_nfc_randomizer_config()
625
writel(
ecc_ctl
| NFC_RANDOM_SEED(state), nfc->regs + NFC_REG_ECC_CTL);
in sunxi_nfc_randomizer_config()
681
u32
ecc_ctl
;
in sunxi_nfc_hw_ecc_enable()
local
683
ecc_ctl
= readl(nfc->regs + NFC_REG_ECC_CTL);
in sunxi_nfc_hw_ecc_enable()
684
ecc_ctl
&= ~(NFC_ECC_MODE_MSK | NFC_ECC_PIPELINE |
in sunxi_nfc_hw_ecc_enable()
686
ecc_ctl
|= NFC_ECC_EN | NFC_ECC_MODE(data->mode) | NFC_ECC_EXCEPTION |
in sunxi_nfc_hw_ecc_enable()
690
ecc_ctl
|= NFC_ECC_BLOCK_512;
in sunxi_nfc_hw_ecc_enable()
692
writel(
ecc_ctl
, nf
in sunxi_nfc_hw_ecc_enable()
[all...]
Completed in 7 milliseconds