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:rbase
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H
A
D
irq-gic-v3.c
263
void __iomem *
rbase
;
in gic_enable_redist()
local
271
rbase
= gic_data_rdist_rd_base();
in gic_enable_redist()
273
val = readl_relaxed(
rbase
+ GICR_WAKER);
in gic_enable_redist()
280
writel_relaxed(val,
rbase
+ GICR_WAKER);
in gic_enable_redist()
283
val = readl_relaxed(
rbase
+ GICR_WAKER);
in gic_enable_redist()
290
val = readl_relaxed(
rbase
+ GICR_WAKER);
in gic_enable_redist()
1104
void __iomem *
rbase
;
in gic_cpu_init()
local
1117
rbase
= gic_data_rdist_sgi_base();
in gic_cpu_init()
1121
writel_relaxed(~0,
rbase
+ GICR_IGROUPR0 + i / 0x8);
in gic_cpu_init()
1124
gic_cpu_config(
rbase
, gic_dat
in gic_cpu_init()
[all...]
H
A
D
irq-gic-v3-its.c
3067
void __iomem *
rbase
= gic_data_rdist_rd_base();
in its_cpu_init_lpis()
local
3076
val = readl_relaxed(
rbase
+ GICR_CTLR);
in its_cpu_init_lpis()
3082
paddr = gicr_read_propbaser(
rbase
+ GICR_PROPBASER);
in its_cpu_init_lpis()
3088
paddr = gicr_read_pendbaser(
rbase
+ GICR_PENDBASER);
in its_cpu_init_lpis()
3106
gicr_write_propbaser(val,
rbase
+ GICR_PROPBASER);
in its_cpu_init_lpis()
3107
tmp = gicr_read_propbaser(
rbase
+ GICR_PROPBASER);
in its_cpu_init_lpis()
3122
gicr_write_propbaser(val,
rbase
+ GICR_PROPBASER);
in its_cpu_init_lpis()
3131
gicr_write_pendbaser(val,
rbase
+ GICR_PENDBASER);
in its_cpu_init_lpis()
3132
tmp = gicr_read_pendbaser(
rbase
+ GICR_PENDBASER);
in its_cpu_init_lpis()
3145
gicr_write_pendbaser(val,
rbase
in its_cpu_init_lpis()
5144
void __iomem *
rbase
= gic_data_rdist_rd_base();
redist_disable_lpis()
local
[all...]
Completed in 9 milliseconds