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:IRQ_EINT0
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-s3c/include/mach/
H
A
D
irqs-s3c24xx.h
22
#define
IRQ_EINT0
S3C2410_IRQ(0) /* 16 */
macro
84
#define IRQ_EINT(x) (((x) >= 4) ? (IRQ_EINT4 + (x) - 4) : (
IRQ_EINT0
+ (x)))
210
/* Our FIQs are routable from
IRQ_EINT0
to IRQ_ADCPARENT */
211
#define FIQ_START
IRQ_EINT0
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H
A
D
pm-core-s3c24xx.h
74
s3c_pm_show_resume_irqs(
IRQ_EINT0
, __raw_readl(S3C2410_SRCPND),
in s3c_pm_arch_show_resume_irqs()
H
A
D
mach-anubis.c
290
[2] = DEFINE_RES_IRQ(
IRQ_EINT0
),
H
A
D
gpio-samsung.c
874
return
IRQ_EINT0
+ offset;
in s3c24xx_gpiolib_fbank_to_irq()
Completed in 4 milliseconds