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:gic_data
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H
A
D
irq-gic-v3.c
82
static struct gic_chip_data
gic_data
__read_mostly;
85
#define GIC_ID_NR (1U << GICD_TYPER_ID_BITS(
gic_data
.rdists.gicd_typer))
86
#define GIC_LINE_NR min(GICD_TYPER_SPIS(
gic_data
.rdists.gicd_typer), 1020U)
87
#define GIC_ESPI_NR GICD_TYPER_ESPIS(
gic_data
.rdists.gicd_typer)
152
#define gic_data_rdist() (this_cpu_ptr(
gic_data
.rdists.rdist))
215
return
gic_data
.dist_base;
in gic_dist_base()
240
gic_do_wait_for_rwp(
gic_data
.dist_base, GICD_CTLR_RWP);
in gic_dist_wait_for_rwp()
267
if (
gic_data
.flags & FLAGS_WORKAROUND_GICR_WAKER_MSM8996) {
in gic_enable_redist()
366
base =
gic_data
.dist_base;
in gic_peek_irq()
385
base =
gic_data
in gic_poke_irq()
1761
gic_enable_quirks(readl_relaxed(
gic_data
.dist_base + GICD_IIDR), gic_quirks, &
gic_data
);
gic_init_bases()
local
[all...]
Completed in 2 milliseconds