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:IER_SET
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
via-cuda.c
82
#define
IER_SET
0x80 /* set bits in IER */
macro
275
out_8(&via[IER],
IER_SET
|SR_INT); /* enable interrupt from SR */
in find_via_cuda()
H
A
D
via-macii.c
70
#define
IER_SET
0x80 /* set bits in IER */
macro
H
A
D
via-pmu.c
117
#define
IER_SET
0x80 /* set bits in IER */
macro
476
out_8(&via1[IER],
IER_SET
| SR_INT | CB1_INT);
in via_pmu_start()
1349
out_8(&via1[IER], CB1_INT |
IER_SET
);
in pmu_resume()
1862
out_8(&via1[IER],
IER_SET
| SR_INT | CB1_INT);
in restore_via_state()
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
via-cuda.c
85
#define
IER_SET
0x80 /* set bits in IER */
macro
272
out_8(&via[IER],
IER_SET
|SR_INT); /* enable interrupt from SR */
in find_via_cuda()
H
A
D
via-macii.c
68
#define
IER_SET
0x80 /* set bits in IER */
macro
H
A
D
via-pmu.c
116
#define
IER_SET
0x80 /* set bits in IER */
macro
465
out_8(&via1[IER],
IER_SET
| SR_INT | CB1_INT);
in via_pmu_start()
1340
out_8(&via1[IER], CB1_INT |
IER_SET
);
in pmu_resume()
1854
out_8(&via1[IER],
IER_SET
| SR_INT | CB1_INT);
in restore_via_state()
Completed in 12 milliseconds