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:wakeupgen_base
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H
A
D
omap-wakeupgen.c
53
static void __iomem *
wakeupgen_base
;
variable
77
return readl_relaxed(
wakeupgen_base
+ OMAP_WKG_ENB_A_0 +
in wakeupgen_readl()
83
writel_relaxed(val,
wakeupgen_base
+ OMAP_WKG_ENB_A_0 +
in wakeupgen_writel()
264
val = readl_relaxed(
wakeupgen_base
+ OMAP_AUX_CORE_BOOT_0);
in omap4_irq_save_context()
266
val = readl_relaxed(
wakeupgen_base
+ OMAP_AUX_CORE_BOOT_1);
in omap4_irq_save_context()
270
val = readl_relaxed(
wakeupgen_base
+ OMAP_PTMSYNCREQ_MASK);
in omap4_irq_save_context()
272
val = readl_relaxed(
wakeupgen_base
+ OMAP_PTMSYNCREQ_EN);
in omap4_irq_save_context()
297
val = readl_relaxed(
wakeupgen_base
+ OMAP_AUX_CORE_BOOT_0);
in omap5_irq_save_context()
299
val = readl_relaxed(
wakeupgen_base
+ OMAP_AUX_CORE_BOOT_0);
in omap5_irq_save_context()
466
return
wakeupgen_base
;
in omap_get_wakeupgen_base()
[all...]
H
A
D
omap-smp.c
48
void __iomem *
wakeupgen_base
;
member
190
cfg.
wakeupgen_base
+ OMAP_AUX_CORE_BOOT_0);
in omap4_boot_secondary()
316
released = readl_relaxed(cfg.
wakeupgen_base
+
in omap4_smp_maybe_reset_cpu1()
325
cpu1_startup_pa = readl_relaxed(cfg.
wakeupgen_base
+
in omap4_smp_maybe_reset_cpu1()
374
cfg.
wakeupgen_base
= omap_get_wakeupgen_base();
in omap4_smp_prepare_cpus()
405
cfg.
wakeupgen_base
+ OMAP_AUX_CORE_BOOT_1);
in omap4_smp_prepare_cpus()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H
A
D
omap-wakeupgen.c
53
static void __iomem *
wakeupgen_base
;
variable
77
return readl_relaxed(
wakeupgen_base
+ OMAP_WKG_ENB_A_0 +
in wakeupgen_readl()
83
writel_relaxed(val,
wakeupgen_base
+ OMAP_WKG_ENB_A_0 +
in wakeupgen_writel()
264
val = readl_relaxed(
wakeupgen_base
+ OMAP_AUX_CORE_BOOT_0);
in omap4_irq_save_context()
266
val = readl_relaxed(
wakeupgen_base
+ OMAP_AUX_CORE_BOOT_1);
in omap4_irq_save_context()
270
val = readl_relaxed(
wakeupgen_base
+ OMAP_PTMSYNCREQ_MASK);
in omap4_irq_save_context()
272
val = readl_relaxed(
wakeupgen_base
+ OMAP_PTMSYNCREQ_EN);
in omap4_irq_save_context()
297
val = readl_relaxed(
wakeupgen_base
+ OMAP_AUX_CORE_BOOT_0);
in omap5_irq_save_context()
299
val = readl_relaxed(
wakeupgen_base
+ OMAP_AUX_CORE_BOOT_0);
in omap5_irq_save_context()
467
return
wakeupgen_base
;
in omap_get_wakeupgen_base()
[all...]
H
A
D
omap-smp.c
48
void __iomem *
wakeupgen_base
;
member
190
cfg.
wakeupgen_base
+ OMAP_AUX_CORE_BOOT_0);
in omap4_boot_secondary()
316
released = readl_relaxed(cfg.
wakeupgen_base
+
in omap4_smp_maybe_reset_cpu1()
325
cpu1_startup_pa = readl_relaxed(cfg.
wakeupgen_base
+
in omap4_smp_maybe_reset_cpu1()
374
cfg.
wakeupgen_base
= omap_get_wakeupgen_base();
in omap4_smp_prepare_cpus()
405
cfg.
wakeupgen_base
+ OMAP_AUX_CORE_BOOT_1);
in omap4_smp_prepare_cpus()
Completed in 4 milliseconds