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:IH2_BASE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/
H
A
D
irqs.h
101
#define
IH2_BASE
(NR_IRQS_LEGACY + 32)
macro
103
#define INT_KEYBOARD (1 +
IH2_BASE
)
104
#define INT_uWireTX (2 +
IH2_BASE
)
105
#define INT_uWireRX (3 +
IH2_BASE
)
106
#define INT_I2C (4 +
IH2_BASE
)
107
#define INT_MPUIO (5 +
IH2_BASE
)
108
#define INT_USB_HHC_1 (6 +
IH2_BASE
)
109
#define INT_McBSP3TX (10 +
IH2_BASE
)
110
#define INT_McBSP3RX (11 +
IH2_BASE
)
111
#define INT_McBSP1TX (12 +
IH2_BASE
)
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H
A
D
irqs.h
99
#define
IH2_BASE
(NR_IRQS_LEGACY + 32)
macro
101
#define INT_KEYBOARD (1 +
IH2_BASE
)
102
#define INT_uWireTX (2 +
IH2_BASE
)
103
#define INT_uWireRX (3 +
IH2_BASE
)
104
#define INT_I2C (4 +
IH2_BASE
)
105
#define INT_MPUIO (5 +
IH2_BASE
)
106
#define INT_USB_HHC_1 (6 +
IH2_BASE
)
107
#define INT_McBSP3TX (10 +
IH2_BASE
)
108
#define INT_McBSP3RX (11 +
IH2_BASE
)
109
#define INT_McBSP1TX (12 +
IH2_BASE
)
[all...]
H
A
D
ams-delta-fiq.h
29
#if (INT_DEFERRED_FIQ <
IH2_BASE
)
H
A
D
usb.c
42
#define INT_USB_IRQ_GEN
IH2_BASE
+ 20
43
#define INT_USB_IRQ_NISO
IH2_BASE
+ 30
44
#define INT_USB_IRQ_ISO
IH2_BASE
+ 29
46
#define INT_USB_IRQ_OTG
IH2_BASE
+ 8
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H
A
D
ams-delta-fiq.h
29
#if (INT_DEFERRED_FIQ <
IH2_BASE
)
H
A
D
usb.c
41
#define INT_USB_IRQ_GEN
IH2_BASE
+ 20
42
#define INT_USB_IRQ_NISO
IH2_BASE
+ 30
43
#define INT_USB_IRQ_ISO
IH2_BASE
+ 29
45
#define INT_USB_IRQ_OTG
IH2_BASE
+ 8
Completed in 4 milliseconds