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:dsp_cores
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
dsp.c
164
if (core_id >= adev->hw_cfg.
dsp_cores
) {
in avs_dsp_get_core()
205
if (core_id >= adev->hw_cfg.
dsp_cores
) {
in avs_dsp_put_core()
H
A
D
skl.c
20
u32 size, num_cores = adev->hw_cfg.
dsp_cores
;
in skl_enable_logs()
H
A
D
debugfs.c
81
size = adev->hw_cfg.
dsp_cores
* AVS_WINDOW_CHUNK_SIZE;
in debug_window_read()
259
num_cores = adev->hw_cfg.
dsp_cores
;
in strace_release()
H
A
D
apl.c
21
u32 size, num_cores = adev->hw_cfg.
dsp_cores
;
in apl_enable_logs()
H
A
D
core.c
386
adev->hw_cfg.
dsp_cores
= hweight_long(AVS_MAIN_CORE_MASK);
in avs_bus_init()
539
avs_dsp_core_disable(adev, GENMASK(adev->hw_cfg.
dsp_cores
- 1, 0));
in avs_pci_remove()
H
A
D
avs.h
340
((adev)->fw_cfg.trace_log_bytes / (adev)->hw_cfg.
dsp_cores
)
H
A
D
ipc.c
136
core_mask = GENMASK(adev->hw_cfg.
dsp_cores
- 1, 0);
in avs_dsp_recovery()
H
A
D
messages.h
470
u32
dsp_cores
;
member
H
A
D
loader.c
683
adev->core_refs = devm_kcalloc(adev->dev, adev->hw_cfg.
dsp_cores
,
in avs_dsp_first_boot_firmware()
H
A
D
messages.c
607
cfg->
dsp_cores
= *tlv->value;
in avs_ipc_get_hw_config()
Completed in 10 milliseconds