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:GSI_MIN_PCH_IRQ
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-loongarch-cpu.c
22
if (gsi >=
GSI_MIN_PCH_IRQ
&& gsi <= GSI_MAX_PCH_IRQ)
in lpic_gsi_to_irq()
44
case
GSI_MIN_PCH_IRQ
... GSI_MAX_PCH_IRQ:
in lpic_get_gsi_domain_id()
H
A
D
irq-loongson-pch-lpc.c
210
fwspec.param[0] = acpi_pchlpc->cascade +
GSI_MIN_PCH_IRQ
;
in pch_lpc_acpi_init()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/mach-loongson64/
H
A
D
irq.h
35
#define
GSI_MIN_PCH_IRQ
LOONGSON_PCH_IRQ_BASE
macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
irq.h
81
#define
GSI_MIN_PCH_IRQ
LOONGSON_PCH_IRQ_BASE
macro
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
acpi.c
80
case
GSI_MIN_PCH_IRQ
... GSI_MAX_PCH_IRQ:
in acpi_register_gsi()
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-loongson-pch-pic.c
344
vec_base = acpi_pchpic->gsi_base -
GSI_MIN_PCH_IRQ
;
in pch_pic_acpi_init()
Completed in 3 milliseconds