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:mask_chipsel
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
davinci_nand.c
52
uint32_t
mask_chipsel
;
member
457
pdata->
mask_chipsel
= prop;
in nand_davinci_get_pdata()
690
info->current_cs = info->vaddr + (op->cs * info->
mask_chipsel
);
in davinci_nand_exec_op()
779
info->
mask_chipsel
= pdata->
mask_chipsel
;
in nand_davinci_probe()
798
ret = nand_scan(&info->chip, pdata->
mask_chipsel
? 2 : 1);
in nand_davinci_probe()
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
mtd-davinci.h
57
uint32_t
mask_chipsel
;
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
mtd-davinci.h
57
uint32_t
mask_chipsel
;
member
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
davinci_nand.c
53
uint32_t
mask_chipsel
;
member
525
pdata->
mask_chipsel
= prop;
in nand_davinci_get_pdata()
758
info->current_cs = info->vaddr + (op->cs * info->
mask_chipsel
);
in davinci_nand_exec_op()
847
info->
mask_chipsel
= pdata->
mask_chipsel
;
in nand_davinci_probe()
866
ret = nand_scan(&info->chip, pdata->
mask_chipsel
? 2 : 1);
in nand_davinci_probe()
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
H
A
D
board-dm355-leopard.c
76
.
mask_chipsel
= BIT(14),
H
A
D
board-omapl138-hawk.c
214
.
mask_chipsel
= 0,
H
A
D
board-dm355-evm.c
82
.
mask_chipsel
= BIT(14),
H
A
D
board-dm365-evm.c
146
.
mask_chipsel
= BIT(14),
Completed in 6 milliseconds