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:bbm_size
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
qcom_nandc.c
530
int
bbm_size
;
member
1488
oob_size1 = host->
bbm_size
;
in qcom_nandc_read_cw_raw()
1592
cw_oob_buf + host->
bbm_size
,
in check_for_erased_page()
1766
for (j = 0; j < host->
bbm_size
; j++)
in read_page_ecc()
1873
host->
bbm_size
- host->cw_data;
in qcom_nandc_codeword_fixup()
2009
oob_buf += host->
bbm_size
;
in qcom_nandc_write_page()
2061
oob_size1 = host->
bbm_size
;
in qcom_nandc_write_page_raw()
2325
host->
bbm_size
;
in qcom_nand_ooblayout_ecc()
2346
oobregion->offset = ((ecc->steps - 1) * ecc->bytes) + host->
bbm_size
;
in qcom_nand_ooblayout_free()
2399
host->
bbm_size
in qcom_nand_attach_chip()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
qcom_nandc.c
444
int
bbm_size
;
member
1604
oob_size1 = host->
bbm_size
;
in qcom_nandc_read_cw_raw()
1709
cw_oob_buf + host->
bbm_size
,
in check_for_erased_page()
1884
for (j = 0; j < host->
bbm_size
; j++)
in read_page_ecc()
2046
oob_buf += host->
bbm_size
;
in qcom_nandc_write_page()
2098
oob_size1 = host->
bbm_size
;
in qcom_nandc_write_page_raw()
2426
host->
bbm_size
;
in qcom_nand_ooblayout_ecc()
2447
oobregion->offset = ((ecc->steps - 1) * ecc->bytes) + host->
bbm_size
;
in qcom_nand_ooblayout_free()
2499
host->
bbm_size
= 2;
in qcom_nand_attach_chip()
2503
host->
bbm_size
in qcom_nand_attach_chip()
[all...]
Completed in 9 milliseconds