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:byte_addr
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
nand_ecc.c
395
unsigned int
byte_addr
;
in __nand_correct_data()
local
444
byte_addr
= (addressbits[b1] << 4) + addressbits[b0];
in __nand_correct_data()
446
byte_addr
= (addressbits[b2 & 0x3] << 8) +
in __nand_correct_data()
450
buf[
byte_addr
] ^= (1 << bit_addr);
in __nand_correct_data()
H
A
D
stm32_fmc2_nand.c
516
u32
byte_addr
= 0, b;
in stm32_fmc2_nfc_ham_correct()
local
548
byte_addr
+= shifting;
in stm32_fmc2_nfc_ham_correct()
559
dat[
byte_addr
] ^= (1 << bit_position);
in stm32_fmc2_nfc_ham_correct()
/kernel/linux/linux-6.6/drivers/mtd/nand/
H
A
D
ecc-sw-hamming.c
379
unsigned int
byte_addr
;
in ecc_sw_hamming_correct()
local
426
byte_addr
= (addressbits[b1] << 4) + addressbits[b0];
in ecc_sw_hamming_correct()
428
byte_addr
= (addressbits[b2 & 0x3] << 8) +
in ecc_sw_hamming_correct()
432
buf[
byte_addr
] ^= (1 << bit_addr);
in ecc_sw_hamming_correct()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
H
A
D
octeon-model.c
35
* @
byte_addr
: address to read
39
static uint8_t __init cvmx_fuse_read_byte(int
byte_addr
)
in cvmx_fuse_read_byte()
argument
44
read_cmd.s.addr =
byte_addr
;
in cvmx_fuse_read_byte()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/
H
A
D
octeon-model.c
35
* @
byte_addr
: address to read
39
static uint8_t __init cvmx_fuse_read_byte(int
byte_addr
)
in cvmx_fuse_read_byte()
argument
44
read_cmd.s.addr =
byte_addr
;
in cvmx_fuse_read_byte()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
pl35x-nand-controller.c
400
unsigned short
byte_addr
, bit_addr;
in pl35x_nand_correct_data()
local
422
byte_addr
= (ecc_odd >> 3) & PL35X_NAND_ECC_BYTE_OFF_MASK;
in pl35x_nand_correct_data()
426
buf[
byte_addr
] ^= (BIT(bit_addr));
in pl35x_nand_correct_data()
H
A
D
stm32_fmc2_nand.c
518
u32
byte_addr
= 0, b;
in stm32_fmc2_nfc_ham_correct()
local
551
byte_addr
+= shifting;
in stm32_fmc2_nfc_ham_correct()
563
dat[
byte_addr
] ^= (1 << bit_position);
in stm32_fmc2_nfc_ham_correct()
Completed in 10 milliseconds