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:NR_WT
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/au88x0/
H
A
D
au88x0_synth.c
135
for (i = 0; i <
NR_WT
; i++) {
in vortex_wt_connect()
164
if (wt >=
NR_WT
) // 0x40 ->
NR_WT
188
if (wt >= (
NR_WT
/ NR_WT_PB)) {
in vortex_wt_SetReg()
195
if (wt >=
NR_WT
) {
in vortex_wt_SetReg()
303
for (edi = 0; edi < (
NR_WT
/ NR_WT_PB); edi++) {
in vortex_wt_init()
311
for (edi = 0; edi <
NR_WT
; edi++) {
in vortex_wt_init()
319
for (edi = 0; edi < (
NR_WT
/ NR_WT_PB); edi++)
in vortex_wt_init()
H
A
D
au88x0.h
142
stream_t dma_wt[
NR_WT
];
143
wt_voice_t wt_voice[
NR_WT
]; /* WT register cache. */
144
s8 mixwt[(
NR_WT
/ NR_WTPB) * 6]; /* WT mixin objects */
H
A
D
au8820.h
20
#define
NR_WT
0x20
macro
H
A
D
au8830.h
23
#define
NR_WT
0x40
macro
H
A
D
au8810.h
12
#define
NR_WT
0x00
macro
H
A
D
au88x0.c
303
if ((err = snd_vortex_new_pcm(chip, VORTEX_PCM_WT,
NR_WT
)) < 0) {
in snd_vortex_probe()
H
A
D
au88x0_core.c
1041
addr = VORTEX_FIFO_WTCTRL + ((
NR_WT
- 1) * 4);
in vortex_fifo_init()
1042
for (x =
NR_WT
- 1; x >= 0; x--) {
in vortex_fifo_init()
2460
for (i = 0; i <
NR_WT
; i++) {
in vortex_interrupt()
/kernel/linux/linux-6.6/sound/pci/au88x0/
H
A
D
au88x0_synth.c
135
for (i = 0; i <
NR_WT
; i++) {
in vortex_wt_connect()
164
if (wt >=
NR_WT
) // 0x40 ->
NR_WT
188
if (wt >= (
NR_WT
/ NR_WT_PB)) {
in vortex_wt_SetReg()
195
if (wt >=
NR_WT
) {
in vortex_wt_SetReg()
303
for (edi = 0; edi < (
NR_WT
/ NR_WT_PB); edi++) {
in vortex_wt_init()
311
for (edi = 0; edi <
NR_WT
; edi++) {
in vortex_wt_init()
319
for (edi = 0; edi < (
NR_WT
/ NR_WT_PB); edi++)
in vortex_wt_init()
H
A
D
au88x0.h
142
stream_t dma_wt[
NR_WT
];
143
wt_voice_t wt_voice[
NR_WT
]; /* WT register cache. */
144
s8 mixwt[(
NR_WT
/ NR_WTPB) * 6]; /* WT mixin objects */
H
A
D
au8820.h
20
#define
NR_WT
0x20
macro
H
A
D
au8830.h
23
#define
NR_WT
0x40
macro
H
A
D
au8810.h
12
#define
NR_WT
0x00
macro
H
A
D
au88x0.c
255
err = snd_vortex_new_pcm(chip, VORTEX_PCM_WT,
NR_WT
);
in __snd_vortex_probe()
H
A
D
au88x0_core.c
1041
addr = VORTEX_FIFO_WTCTRL + ((
NR_WT
- 1) * 4);
in vortex_fifo_init()
1042
for (x =
NR_WT
- 1; x >= 0; x--) {
in vortex_fifo_init()
2461
for (i = 0; i <
NR_WT
; i++) {
in vortex_interrupt()
Completed in 14 milliseconds