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:JAZZ_IRQ_START
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
jazz.h
193
#define
JAZZ_IRQ_START
24
macro
195
#define JAZZ_PARALLEL_IRQ (
JAZZ_IRQ_START
+ 0)
196
#define JAZZ_FLOPPY_IRQ (
JAZZ_IRQ_START
+ 1)
197
#define JAZZ_SOUND_IRQ (
JAZZ_IRQ_START
+ 2)
198
#define JAZZ_VIDEO_IRQ (
JAZZ_IRQ_START
+ 3)
199
#define JAZZ_ETHERNET_IRQ (
JAZZ_IRQ_START
+ 4)
200
#define JAZZ_SCSI_IRQ (
JAZZ_IRQ_START
+ 5)
201
#define JAZZ_KEYBOARD_IRQ (
JAZZ_IRQ_START
+ 6)
202
#define JAZZ_MOUSE_IRQ (
JAZZ_IRQ_START
+ 7)
203
#define JAZZ_SERIAL1_IRQ (
JAZZ_IRQ_START
[all...]
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
jazz.h
193
#define
JAZZ_IRQ_START
24
macro
195
#define JAZZ_PARALLEL_IRQ (
JAZZ_IRQ_START
+ 0)
196
#define JAZZ_FLOPPY_IRQ (
JAZZ_IRQ_START
+ 1)
197
#define JAZZ_SOUND_IRQ (
JAZZ_IRQ_START
+ 2)
198
#define JAZZ_VIDEO_IRQ (
JAZZ_IRQ_START
+ 3)
199
#define JAZZ_ETHERNET_IRQ (
JAZZ_IRQ_START
+ 4)
200
#define JAZZ_SCSI_IRQ (
JAZZ_IRQ_START
+ 5)
201
#define JAZZ_KEYBOARD_IRQ (
JAZZ_IRQ_START
+ 6)
202
#define JAZZ_MOUSE_IRQ (
JAZZ_IRQ_START
+ 7)
203
#define JAZZ_SERIAL1_IRQ (
JAZZ_IRQ_START
[all...]
/kernel/linux/linux-5.10/arch/mips/jazz/
H
A
D
irq.c
29
unsigned int mask = 1 << (d->irq -
JAZZ_IRQ_START
);
in enable_r4030_irq()
40
unsigned int mask = ~(1 << (d->irq -
JAZZ_IRQ_START
));
in disable_r4030_irq()
59
for (i =
JAZZ_IRQ_START
; i <= JAZZ_IRQ_END; i++)
in init_r4030_ints()
107
do_IRQ(irq +
JAZZ_IRQ_START
- 1);
in plat_irq_dispatch()
/kernel/linux/linux-6.6/arch/mips/jazz/
H
A
D
irq.c
29
unsigned int mask = 1 << (d->irq -
JAZZ_IRQ_START
);
in enable_r4030_irq()
40
unsigned int mask = ~(1 << (d->irq -
JAZZ_IRQ_START
));
in disable_r4030_irq()
59
for (i =
JAZZ_IRQ_START
; i <= JAZZ_IRQ_END; i++)
in init_r4030_ints()
107
do_IRQ(irq +
JAZZ_IRQ_START
- 1);
in plat_irq_dispatch()
Completed in 4 milliseconds