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:S3C2410_IRQ
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-s3c/include/mach/
H
A
D
irqs-s3c24xx.h
19
#define
S3C2410_IRQ
(x) ((x) + S3C2410_CPUIRQ_OFFSET)
macro
22
#define IRQ_EINT0
S3C2410_IRQ
(0) /* 16 */
23
#define IRQ_EINT1
S3C2410_IRQ
(1)
24
#define IRQ_EINT2
S3C2410_IRQ
(2)
25
#define IRQ_EINT3
S3C2410_IRQ
(3)
26
#define IRQ_EINT4t7
S3C2410_IRQ
(4) /* 20 */
27
#define IRQ_EINT8t23
S3C2410_IRQ
(5)
28
#define IRQ_RESERVED6
S3C2410_IRQ
(6) /* for s3c2410 */
29
#define IRQ_CAM
S3C2410_IRQ
(6) /* for s3c2440,s3c2443 */
30
#define IRQ_BATT_FLT
S3C2410_IRQ
(
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H
A
D
irq-s3c24xx.c
568
irq_start =
S3C2410_IRQ
(0);
in s3c24xx_init_intc()
592
irq_start =
S3C2410_IRQ
(32);
in s3c24xx_init_intc()
Completed in 3 milliseconds