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:CTLR_IRQ
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
via-macii.c
61
#define
CTLR_IRQ
0x08 /* Controller rcv status (input) */
macro
170
/* We want
CTLR_IRQ
as input and ST_EVEN | ST_ODD as output lines. */
in macii_init_via()
171
via[DIRB] = (via[DIRB] | ST_EVEN | ST_ODD) & ~
CTLR_IRQ
;
in macii_init_via()
390
status = via[B] & (ST_MASK |
CTLR_IRQ
);
in macii_interrupt()
404
if (!(status &
CTLR_IRQ
)) {
in macii_interrupt()
405
/* /
CTLR_IRQ
asserted in idle state means we must
in macii_interrupt()
424
if (status == (ST_CMD |
CTLR_IRQ
)) {
in macii_interrupt()
425
/* /
CTLR_IRQ
de-asserted after the command byte means
in macii_interrupt()
439
/* /
CTLR_IRQ
asserted after the command byte means we
in macii_interrupt()
508
if (!(status &
CTLR_IRQ
)) {
in macii_interrupt()
[all...]
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
via-macii.c
59
#define
CTLR_IRQ
0x08 /* Controller rcv status (input) */
macro
168
/* We want
CTLR_IRQ
as input and ST_EVEN | ST_ODD as output lines. */
in macii_init_via()
169
via[DIRB] = (via[DIRB] | ST_EVEN | ST_ODD) & ~
CTLR_IRQ
;
in macii_init_via()
388
status = via[B] & (ST_MASK |
CTLR_IRQ
);
in macii_interrupt()
402
if (!(status &
CTLR_IRQ
)) {
in macii_interrupt()
403
/* /
CTLR_IRQ
asserted in idle state means we must
in macii_interrupt()
422
if (status == (ST_CMD |
CTLR_IRQ
)) {
in macii_interrupt()
423
/* /
CTLR_IRQ
de-asserted after the command byte means
in macii_interrupt()
437
/* /
CTLR_IRQ
asserted after the command byte means we
in macii_interrupt()
506
if (!(status &
CTLR_IRQ
)) {
in macii_interrupt()
[all...]
Completed in 2 milliseconds