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:JMR3927_IRQ_IOC
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
H
A
D
jmr3927.h
119
#define
JMR3927_IRQ_IOC
(JMR3927_IRQ_IRC + JMR3927_NR_IRQ_IRC)
macro
120
#define JMR3927_IRQ_END (
JMR3927_IRQ_IOC
+ JMR3927_NR_IRQ_IOC)
135
#define JMR3927_IRQ_IOC_PCIA (
JMR3927_IRQ_IOC
+ JMR3927_IOC_INTB_PCIA)
136
#define JMR3927_IRQ_IOC_PCIB (
JMR3927_IRQ_IOC
+ JMR3927_IOC_INTB_PCIB)
137
#define JMR3927_IRQ_IOC_PCIC (
JMR3927_IRQ_IOC
+ JMR3927_IOC_INTB_PCIC)
138
#define JMR3927_IRQ_IOC_PCID (
JMR3927_IRQ_IOC
+ JMR3927_IOC_INTB_PCID)
139
#define JMR3927_IRQ_IOC_MODEM (
JMR3927_IRQ_IOC
+ JMR3927_IOC_INTB_MODEM)
140
#define JMR3927_IRQ_IOC_INT6 (
JMR3927_IRQ_IOC
+ JMR3927_IOC_INTB_INT6)
141
#define JMR3927_IRQ_IOC_INT7 (
JMR3927_IRQ_IOC
+ JMR3927_IOC_INTB_INT7)
142
#define JMR3927_IRQ_IOC_SOFT (
JMR3927_IRQ_IOC
[all...]
/kernel/linux/linux-5.10/arch/mips/txx9/jmr3927/
H
A
D
irq.c
53
unsigned int irq_nr = d->irq -
JMR3927_IRQ_IOC
;
in mask_irq_ioc()
63
unsigned int irq_nr = d->irq -
JMR3927_IRQ_IOC
;
in unmask_irq_ioc()
78
return
JMR3927_IRQ_IOC
+ i;
in jmr3927_ioc_irqroute()
122
for (i =
JMR3927_IRQ_IOC
; i <
JMR3927_IRQ_IOC
+ JMR3927_NR_IRQ_IOC; i++)
in jmr3927_irq_setup()
Completed in 1 milliseconds