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_MASK_LOW_OFF
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-dove/
H
A
D
bridge-regs.h
33
#define
IRQ_MASK_LOW_OFF
0x0004
macro
42
#define IRQ_MASK_LOW (IRQ_VIRT_BASE +
IRQ_MASK_LOW_OFF
)
H
A
D
irq.c
51
stat &= readl_relaxed(dove_irq_base +
IRQ_MASK_LOW_OFF
);
in dove_legacy_handle_irq()
68
orion_irq_init(1, IRQ_VIRT_BASE +
IRQ_MASK_LOW_OFF
);
in dove_init_irq()
/kernel/linux/linux-6.6/arch/arm/mach-dove/
H
A
D
bridge-regs.h
28
#define
IRQ_MASK_LOW_OFF
0x0004
macro
37
#define IRQ_MASK_LOW (IRQ_VIRT_BASE +
IRQ_MASK_LOW_OFF
)
H
A
D
irq.c
48
stat &= readl_relaxed(dove_irq_base +
IRQ_MASK_LOW_OFF
);
in dove_legacy_handle_irq()
65
orion_irq_init(1, IRQ_VIRT_BASE +
IRQ_MASK_LOW_OFF
);
in dove_init_irq()
/kernel/linux/linux-5.10/arch/arm/mach-mv78xx0/
H
A
D
irq.c
35
stat &= readl_relaxed(mv78xx0_irq_base +
IRQ_MASK_LOW_OFF
);
in mv78xx0_legacy_handle_irq()
59
orion_irq_init(0, IRQ_VIRT_BASE +
IRQ_MASK_LOW_OFF
);
in mv78xx0_init_irq()
H
A
D
bridge-regs.h
29
#define
IRQ_MASK_LOW_OFF
0x0010
macro
/kernel/linux/linux-6.6/arch/arm/mach-mv78xx0/
H
A
D
irq.c
32
stat &= readl_relaxed(mv78xx0_irq_base +
IRQ_MASK_LOW_OFF
);
in mv78xx0_legacy_handle_irq()
56
orion_irq_init(0, IRQ_VIRT_BASE +
IRQ_MASK_LOW_OFF
);
in mv78xx0_init_irq()
H
A
D
bridge-regs.h
25
#define
IRQ_MASK_LOW_OFF
0x0010
macro
Completed in 2 milliseconds