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:icr_mask
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/amiga/
H
A
D
cia.c
29
unsigned char
icr_mask
, icr_data;
member
60
if (base->icr_data & base->
icr_mask
)
in cia_set_irq()
62
return old & base->
icr_mask
;
in cia_set_irq()
73
old = base->
icr_mask
;
in cia_able_irq()
77
base->
icr_mask
|= mask;
in cia_able_irq()
79
base->
icr_mask
&= ~mask;
in cia_able_irq()
80
base->
icr_mask
&= CIA_ICR_ALL;
in cia_able_irq()
81
if (base->icr_data & base->
icr_mask
)
in cia_able_irq()
/kernel/linux/linux-6.6/arch/m68k/amiga/
H
A
D
cia.c
29
unsigned char
icr_mask
, icr_data;
member
60
if (base->icr_data & base->
icr_mask
)
in cia_set_irq()
62
return old & base->
icr_mask
;
in cia_set_irq()
73
old = base->
icr_mask
;
in cia_able_irq()
77
base->
icr_mask
|= mask;
in cia_able_irq()
79
base->
icr_mask
&= ~mask;
in cia_able_irq()
80
base->
icr_mask
&= CIA_ICR_ALL;
in cia_able_irq()
81
if (base->icr_data & base->
icr_mask
)
in cia_able_irq()
/kernel/linux/linux-5.10/drivers/net/can/sja1000/
H
A
D
peak_pci.c
37
u16
icr_mask
; /* Interrupt mask for fast ack */
member
542
if (icr & chan->
icr_mask
)
in peak_pci_post_irq()
543
writew(chan->
icr_mask
, chan->cfg_base + PITA_ICR);
in peak_pci_post_irq()
637
chan->
icr_mask
= peak_pci_icr_masks[i];
in peak_pci_probe()
638
icr |= chan->
icr_mask
;
in peak_pci_probe()
/kernel/linux/linux-6.6/drivers/net/can/sja1000/
H
A
D
peak_pci.c
39
u16
icr_mask
; /* Interrupt mask for fast ack */
member
547
if (icr & chan->
icr_mask
)
in peak_pci_post_irq()
548
writew(chan->
icr_mask
, chan->cfg_base + PITA_ICR);
in peak_pci_post_irq()
658
chan->
icr_mask
= peak_pci_icr_masks[i];
in peak_pci_probe()
659
icr |= chan->
icr_mask
;
in peak_pci_probe()
Completed in 4 milliseconds