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:irqidx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
leon_pci_grpci1.c
317
u32
irqidx
;
in grpci1_mask_irq()
local
320
irqidx
= (u32)data->chip_data - 1;
in grpci1_mask_irq()
321
if (
irqidx
> 3) /* only mask PCI interrupts here */
in grpci1_mask_irq()
323
irqidx
+= IRQ_MASK_BIT;
in grpci1_mask_irq()
325
REGSTORE(priv->regs->irq, REGLOAD(priv->regs->irq) & ~(1 <<
irqidx
));
in grpci1_mask_irq()
330
u32
irqidx
;
in grpci1_unmask_irq()
local
333
irqidx
= (u32)data->chip_data - 1;
in grpci1_unmask_irq()
334
if (
irqidx
> 3) /* only unmask PCI interrupts here */
in grpci1_unmask_irq()
336
irqidx
+= IRQ_MASK_BIT;
in grpci1_unmask_irq()
338
REGSTORE(priv->regs->irq, REGLOAD(priv->regs->irq) | (1 <<
irqidx
));
in grpci1_unmask_irq()
[all...]
H
A
D
leon_pci_grpci2.c
455
unsigned int
irqidx
;
in grpci2_mask_irq()
local
458
irqidx
= (unsigned int)data->chip_data - 1;
in grpci2_mask_irq()
459
if (
irqidx
> 3) /* only mask PCI interrupts here */
in grpci2_mask_irq()
463
REGSTORE(priv->regs->ctrl, REGLOAD(priv->regs->ctrl) & ~(1 <<
irqidx
));
in grpci2_mask_irq()
470
unsigned int
irqidx
;
in grpci2_unmask_irq()
local
473
irqidx
= (unsigned int)data->chip_data - 1;
in grpci2_unmask_irq()
474
if (
irqidx
> 3) /* only unmask PCI interrupts here */
in grpci2_unmask_irq()
478
REGSTORE(priv->regs->ctrl, REGLOAD(priv->regs->ctrl) | (1 <<
irqidx
));
in grpci2_unmask_irq()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
leon_pci_grpci1.c
318
u32
irqidx
;
in grpci1_mask_irq()
local
321
irqidx
= (u32)data->chip_data - 1;
in grpci1_mask_irq()
322
if (
irqidx
> 3) /* only mask PCI interrupts here */
in grpci1_mask_irq()
324
irqidx
+= IRQ_MASK_BIT;
in grpci1_mask_irq()
326
REGSTORE(priv->regs->irq, REGLOAD(priv->regs->irq) & ~(1 <<
irqidx
));
in grpci1_mask_irq()
331
u32
irqidx
;
in grpci1_unmask_irq()
local
334
irqidx
= (u32)data->chip_data - 1;
in grpci1_unmask_irq()
335
if (
irqidx
> 3) /* only unmask PCI interrupts here */
in grpci1_unmask_irq()
337
irqidx
+= IRQ_MASK_BIT;
in grpci1_unmask_irq()
339
REGSTORE(priv->regs->irq, REGLOAD(priv->regs->irq) | (1 <<
irqidx
));
in grpci1_unmask_irq()
[all...]
H
A
D
leon_pci_grpci2.c
457
unsigned int
irqidx
;
in grpci2_mask_irq()
local
460
irqidx
= (unsigned int)data->chip_data - 1;
in grpci2_mask_irq()
461
if (
irqidx
> 3) /* only mask PCI interrupts here */
in grpci2_mask_irq()
465
REGSTORE(priv->regs->ctrl, REGLOAD(priv->regs->ctrl) & ~(1 <<
irqidx
));
in grpci2_mask_irq()
472
unsigned int
irqidx
;
in grpci2_unmask_irq()
local
475
irqidx
= (unsigned int)data->chip_data - 1;
in grpci2_unmask_irq()
476
if (
irqidx
> 3) /* only unmask PCI interrupts here */
in grpci2_unmask_irq()
480
REGSTORE(priv->regs->ctrl, REGLOAD(priv->regs->ctrl) | (1 <<
irqidx
));
in grpci2_unmask_irq()
Completed in 5 milliseconds