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:RBTX4938_IRQ_IOC
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
H
A
D
rbtx4938.h
103
#define
RBTX4938_IRQ_IOC
(TXX9_IRQ_BASE + TX4938_NUM_IR)
macro
104
#define RBTX4938_IRQ_END (
RBTX4938_IRQ_IOC
+ RBTX4938_NR_IRQ_IOC)
122
#define RBTX4938_IRQ_IOC_PCID (
RBTX4938_IRQ_IOC
+ RBTX4938_INTB_PCID)
123
#define RBTX4938_IRQ_IOC_PCIC (
RBTX4938_IRQ_IOC
+ RBTX4938_INTB_PCIC)
124
#define RBTX4938_IRQ_IOC_PCIB (
RBTX4938_IRQ_IOC
+ RBTX4938_INTB_PCIB)
125
#define RBTX4938_IRQ_IOC_PCIA (
RBTX4938_IRQ_IOC
+ RBTX4938_INTB_PCIA)
126
#define RBTX4938_IRQ_IOC_RTC (
RBTX4938_IRQ_IOC
+ RBTX4938_INTB_RTC)
127
#define RBTX4938_IRQ_IOC_ATA (
RBTX4938_IRQ_IOC
+ RBTX4938_INTB_ATA)
128
#define RBTX4938_IRQ_IOC_MODEM (
RBTX4938_IRQ_IOC
+ RBTX4938_INTB_MODEM)
129
#define RBTX4938_IRQ_IOC_SWINT (
RBTX4938_IRQ_IOC
[all...]
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4938/
H
A
D
irq.c
56
*
RBTX4938_IRQ_IOC
+00 PCI-D
57
*
RBTX4938_IRQ_IOC
+01 PCI-C
58
*
RBTX4938_IRQ_IOC
+02 PCI-B
59
*
RBTX4938_IRQ_IOC
+03 PCI-A
60
*
RBTX4938_IRQ_IOC
+04 RTC
61
*
RBTX4938_IRQ_IOC
+05 ATA
62
*
RBTX4938_IRQ_IOC
+06 MODEM
63
*
RBTX4938_IRQ_IOC
+07 SWINT
80
return
RBTX4938_IRQ_IOC
+ __fls8(level3);
in toshiba_rbtx4938_irq_nested()
88
v |= (1 << (d->irq -
RBTX4938_IRQ_IOC
));
in toshiba_rbtx4938_irq_ioc_enable()
[all...]
Completed in 5 milliseconds