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:MIDCR_TIE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H
A
D
cs46xx_lib.c
1408
if ((chip->midcr &
MIDCR_TIE
) == 0)
in snd_cs46xx_interrupt()
1411
chip->midcr &= ~
MIDCR_TIE
;
in snd_cs46xx_interrupt()
2605
chip->midcr &= ~(MIDCR_TXE |
MIDCR_TIE
);
in snd_cs46xx_midi_output_close()
2646
if ((chip->midcr &
MIDCR_TIE
) == 0) {
in snd_cs46xx_midi_output_trigger()
2647
chip->midcr |=
MIDCR_TIE
;
in snd_cs46xx_midi_output_trigger()
2649
while ((chip->midcr &
MIDCR_TIE
) &&
in snd_cs46xx_midi_output_trigger()
2652
chip->midcr &= ~
MIDCR_TIE
;
in snd_cs46xx_midi_output_trigger()
2660
if (chip->midcr &
MIDCR_TIE
) {
in snd_cs46xx_midi_output_trigger()
2661
chip->midcr &= ~
MIDCR_TIE
;
in snd_cs46xx_midi_output_trigger()
H
A
D
cs46xx.h
738
#define
MIDCR_TIE
0x00000008 /* Interrupt upon rx ready. */
macro
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H
A
D
cs46xx_lib.c
1397
if ((chip->midcr &
MIDCR_TIE
) == 0)
in snd_cs46xx_interrupt()
1400
chip->midcr &= ~
MIDCR_TIE
;
in snd_cs46xx_interrupt()
2590
chip->midcr &= ~(MIDCR_TXE |
MIDCR_TIE
);
in snd_cs46xx_midi_output_close()
2631
if ((chip->midcr &
MIDCR_TIE
) == 0) {
in snd_cs46xx_midi_output_trigger()
2632
chip->midcr |=
MIDCR_TIE
;
in snd_cs46xx_midi_output_trigger()
2634
while ((chip->midcr &
MIDCR_TIE
) &&
in snd_cs46xx_midi_output_trigger()
2637
chip->midcr &= ~
MIDCR_TIE
;
in snd_cs46xx_midi_output_trigger()
2645
if (chip->midcr &
MIDCR_TIE
) {
in snd_cs46xx_midi_output_trigger()
2646
chip->midcr &= ~
MIDCR_TIE
;
in snd_cs46xx_midi_output_trigger()
H
A
D
cs46xx.h
738
#define
MIDCR_TIE
0x00000008 /* Interrupt upon rx ready. */
macro
Completed in 18 milliseconds