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:gpmc_cs_num
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/memory/
H
A
D
omap-gpmc.c
244
static unsigned int
gpmc_cs_num
= GPMC_CS_NUM;
variable
970
if (cs >=
gpmc_cs_num
) {
in gpmc_cs_request()
1016
if (cs >=
gpmc_cs_num
|| cs < 0 || !gpmc_cs_reserved(cs)) {
in gpmc_cs_free()
1085
if (cs >=
gpmc_cs_num
)
in gpmc_omap_get_nand_ops()
1448
for (cs = 0; cs <
gpmc_cs_num
; cs++) {
in gpmc_mem_exit()
1463
for (cs = 0; cs <
gpmc_cs_num
; cs++) {
in gpmc_mem_init()
1918
if (cs >=
gpmc_cs_num
) {
in gpmc_cs_remap()
2279
&
gpmc_cs_num
);
in gpmc_probe_dt()
2283
} else if (
gpmc_cs_num
< 1) {
in gpmc_probe_dt()
2286
} else if (
gpmc_cs_num
> GPMC_CS_NU
in gpmc_probe_dt()
[all...]
/kernel/linux/linux-6.6/drivers/memory/
H
A
D
omap-gpmc.c
258
static unsigned int
gpmc_cs_num
= GPMC_CS_NUM;
variable
984
if (cs >=
gpmc_cs_num
) {
in gpmc_cs_request()
1030
if (cs >=
gpmc_cs_num
|| cs < 0 || !gpmc_cs_reserved(cs)) {
in gpmc_cs_free()
1155
if (cs >=
gpmc_cs_num
)
in gpmc_omap_get_nand_ops()
1518
for (cs = 0; cs <
gpmc_cs_num
; cs++) {
in gpmc_mem_exit()
1539
for (cs = 0; cs <
gpmc_cs_num
; cs++) {
in gpmc_mem_init()
1997
if (cs >=
gpmc_cs_num
) {
in gpmc_cs_remap()
2367
&
gpmc_cs_num
);
in gpmc_probe_dt()
2371
} else if (
gpmc_cs_num
< 1) {
in gpmc_probe_dt()
2374
} else if (
gpmc_cs_num
> GPMC_CS_NU
in gpmc_probe_dt()
[all...]
Completed in 7 milliseconds