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_ESPI_NR
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H
A
D
irq-gic-v3.c
87
#define
GIC_ESPI_NR
GICD_TYPER_ESPIS(gic_data.rdists.gicd_typer)
macro
822
for (i = 0; i <
GIC_ESPI_NR
; i += 0x20) {
in gic_dist_init()
827
for (i = 0; i <
GIC_ESPI_NR
; i += 0x20) {
in gic_dist_init()
831
for (i = 0; i <
GIC_ESPI_NR
; i += 0x10) {
in gic_dist_init()
835
for (i = 0; i <
GIC_ESPI_NR
; i += 0x4) {
in gic_dist_init()
860
for (i = 0; i <
GIC_ESPI_NR
; i++) {
in gic_dist_init()
1114
WARN((gic_data.ppi_nr > 0x10 ||
GIC_ESPI_NR
!= 0) && !(gic_read_ctlr() & ICC_CTLR_EL1_ExtRange),
in gic_cpu_init()
1764
pr_info("%d Extended SPIs implemented\n",
GIC_ESPI_NR
);
in gic_init_bases()
Completed in 3 milliseconds