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:AZX_REG_ML_LCAP
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/sound/hda/ext/
H
A
D
hdac_ext_controller.c
104
hlink->lcaps = readl(hlink->ml_addr +
AZX_REG_ML_LCAP
);
in snd_hdac_ext_bus_get_ml_capabilities()
/kernel/linux/linux-5.10/include/sound/
H
A
D
hda_register.h
257
#define
AZX_REG_ML_LCAP
0x00
macro
/kernel/linux/linux-6.6/sound/hda/ext/
H
A
D
hdac_ext_controller.c
97
hlink->lcaps = readl(hlink->ml_addr +
AZX_REG_ML_LCAP
);
in snd_hdac_ext_bus_get_ml_capabilities()
/kernel/linux/linux-6.6/include/sound/
H
A
D
hda_register.h
262
#define
AZX_REG_ML_LCAP
0x00
macro
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H
A
D
hda-mlink.c
105
hlink->lcaps = readl(ml_addr +
AZX_REG_ML_LCAP
);
in hdaml_lnk_enum()
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_intel.c
513
val = readl(bus->mlcap + AZX_ML_BASE +
AZX_REG_ML_LCAP
);
in intel_get_lctl_scf()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_intel.c
466
val = readl(bus->mlcap + AZX_ML_BASE +
AZX_REG_ML_LCAP
);
in intel_get_lctl_scf()
Completed in 11 milliseconds