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:READ_AUDIO_STATUS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/riptide/
H
A
D
riptide.c
173
#define
READ_AUDIO_STATUS
(p) READ_PORT_ULONG(p->audio_status)
macro
195
#define IS_READY(p) (
READ_AUDIO_STATUS
(p)&0x0001)
196
#define IS_DLREADY(p) (
READ_AUDIO_STATUS
(p)&0x0002)
197
#define IS_DLERR(p) (
READ_AUDIO_STATUS
(p)&0x0004)
198
#define IS_GERR(p) (
READ_AUDIO_STATUS
(p)&0x0008) /* error ! */
199
#define IS_CMDAEIRQ(p) (
READ_AUDIO_STATUS
(p)&0x0010)
200
#define IS_CMDBEIRQ(p) (
READ_AUDIO_STATUS
(p)&0x0020)
201
#define IS_DATAFIRQ(p) (
READ_AUDIO_STATUS
(p)&0x0040)
202
#define IS_DATBFIRQ(p) (
READ_AUDIO_STATUS
(p)&0x0080)
203
#define IS_EOBIRQ(p) (
READ_AUDIO_STATUS
(
[all...]
/kernel/linux/linux-6.6/sound/pci/riptide/
H
A
D
riptide.c
172
#define
READ_AUDIO_STATUS
(p) READ_PORT_ULONG(p->audio_status)
macro
194
#define IS_READY(p) (
READ_AUDIO_STATUS
(p)&0x0001)
195
#define IS_DLREADY(p) (
READ_AUDIO_STATUS
(p)&0x0002)
196
#define IS_DLERR(p) (
READ_AUDIO_STATUS
(p)&0x0004)
197
#define IS_GERR(p) (
READ_AUDIO_STATUS
(p)&0x0008) /* error ! */
198
#define IS_CMDAEIRQ(p) (
READ_AUDIO_STATUS
(p)&0x0010)
199
#define IS_CMDBEIRQ(p) (
READ_AUDIO_STATUS
(p)&0x0020)
200
#define IS_DATAFIRQ(p) (
READ_AUDIO_STATUS
(p)&0x0040)
201
#define IS_DATBFIRQ(p) (
READ_AUDIO_STATUS
(p)&0x0080)
202
#define IS_EOBIRQ(p) (
READ_AUDIO_STATUS
(
[all...]
Completed in 6 milliseconds