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_base
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/memory/
H
A
D
omap-gpmc.c
247
static void __iomem *
gpmc_base
;
variable
255
writel_relaxed(val,
gpmc_base
+ idx);
in gpmc_write_reg()
260
return readl_relaxed(
gpmc_base
+ idx);
in gpmc_read_reg()
267
reg_addr =
gpmc_base
+ GPMC_CS0_OFFSET + (cs * GPMC_CS_SIZE) + idx;
in gpmc_cs_write_reg()
275
reg_addr =
gpmc_base
+ GPMC_CS0_OFFSET + (cs * GPMC_CS_SIZE) + idx;
in gpmc_cs_read_reg()
1088
reg->gpmc_nand_command =
gpmc_base
+ GPMC_CS0_OFFSET +
in gpmc_omap_get_nand_ops()
1090
reg->gpmc_nand_address =
gpmc_base
+ GPMC_CS0_OFFSET +
in gpmc_omap_get_nand_ops()
1092
reg->gpmc_nand_data =
gpmc_base
+ GPMC_CS0_OFFSET +
in gpmc_omap_get_nand_ops()
1094
reg->gpmc_prefetch_config1 =
gpmc_base
+ GPMC_PREFETCH_CONFIG1;
in gpmc_omap_get_nand_ops()
1095
reg->gpmc_prefetch_config2 =
gpmc_base
in gpmc_omap_get_nand_ops()
[all...]
/kernel/linux/linux-6.6/drivers/memory/
H
A
D
omap-gpmc.c
261
static void __iomem *
gpmc_base
;
variable
269
writel_relaxed(val,
gpmc_base
+ idx);
in gpmc_write_reg()
274
return readl_relaxed(
gpmc_base
+ idx);
in gpmc_read_reg()
281
reg_addr =
gpmc_base
+ GPMC_CS0_OFFSET + (cs * GPMC_CS_SIZE) + idx;
in gpmc_cs_write_reg()
289
reg_addr =
gpmc_base
+ GPMC_CS0_OFFSET + (cs * GPMC_CS_SIZE) + idx;
in gpmc_cs_read_reg()
1158
reg->gpmc_nand_command =
gpmc_base
+ GPMC_CS0_OFFSET +
in gpmc_omap_get_nand_ops()
1160
reg->gpmc_nand_address =
gpmc_base
+ GPMC_CS0_OFFSET +
in gpmc_omap_get_nand_ops()
1162
reg->gpmc_nand_data =
gpmc_base
+ GPMC_CS0_OFFSET +
in gpmc_omap_get_nand_ops()
1164
reg->gpmc_prefetch_config1 =
gpmc_base
+ GPMC_PREFETCH_CONFIG1;
in gpmc_omap_get_nand_ops()
1165
reg->gpmc_prefetch_config2 =
gpmc_base
in gpmc_omap_get_nand_ops()
[all...]
Completed in 5 milliseconds