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:rcar_sysc_base
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/renesas/
H
A
D
rcar-sysc.c
64
static void __iomem *
rcar_sysc_base
;
variable
83
if (ioread32(
rcar_sysc_base
+ SYSCSR) & BIT(sr_bit))
in rcar_sysc_pwr_on_off()
93
rcar_sysc_base
+ sysc_ch->chan_offs + reg_offs);
in rcar_sysc_pwr_on_off()
114
rcar_sysc_base
+ rcar_sysc_extmask_offs);
in rcar_sysc_power()
121
iowrite32(ioread32(
rcar_sysc_base
+ SYSCIMR) | isr_mask,
in rcar_sysc_power()
122
rcar_sysc_base
+ SYSCIMR);
in rcar_sysc_power()
123
iowrite32(ioread32(
rcar_sysc_base
+ SYSCIER) | isr_mask,
in rcar_sysc_power()
124
rcar_sysc_base
+ SYSCIER);
in rcar_sysc_power()
126
iowrite32(isr_mask,
rcar_sysc_base
+ SYSCISCR);
in rcar_sysc_power()
134
status = ioread32(
rcar_sysc_base
in rcar_sysc_power()
[all...]
/kernel/linux/linux-6.6/drivers/pmdomain/renesas/
H
A
D
rcar-sysc.c
65
static void __iomem *
rcar_sysc_base
;
variable
84
ret = readl_poll_timeout_atomic(
rcar_sysc_base
+ SYSCSR, val,
in rcar_sysc_pwr_on_off()
92
rcar_sysc_base
+ sysc_ch->chan_offs + reg_offs);
in rcar_sysc_pwr_on_off()
112
rcar_sysc_base
+ rcar_sysc_extmask_offs);
in rcar_sysc_power()
119
iowrite32(ioread32(
rcar_sysc_base
+ SYSCIMR) | isr_mask,
in rcar_sysc_power()
120
rcar_sysc_base
+ SYSCIMR);
in rcar_sysc_power()
121
iowrite32(ioread32(
rcar_sysc_base
+ SYSCIER) | isr_mask,
in rcar_sysc_power()
122
rcar_sysc_base
+ SYSCIER);
in rcar_sysc_power()
124
iowrite32(isr_mask,
rcar_sysc_base
+ SYSCISCR);
in rcar_sysc_power()
132
status = ioread32(
rcar_sysc_base
in rcar_sysc_power()
[all...]
Completed in 2 milliseconds