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:pphc_addr
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
pcm.c
901
writel(host_stream->pphcllpl, host_stream->
pphc_addr
+ AZX_REG_PPHCLLPL);
in avs_dai_resume_fe_prepare()
902
writel(host_stream->pphcllpu, host_stream->
pphc_addr
+ AZX_REG_PPHCLLPU);
in avs_dai_resume_fe_prepare()
903
writel(host_stream->pphcldpl, host_stream->
pphc_addr
+ AZX_REG_PPHCLDPL);
in avs_dai_resume_fe_prepare()
904
writel(host_stream->pphcldpu, host_stream->
pphc_addr
+ AZX_REG_PPHCLDPU);
in avs_dai_resume_fe_prepare()
933
host_stream->pphcllpl = readl(host_stream->
pphc_addr
+ AZX_REG_PPHCLLPL);
in avs_dai_suspend_fe_hw_free()
934
host_stream->pphcllpu = readl(host_stream->
pphc_addr
+ AZX_REG_PPHCLLPU);
in avs_dai_suspend_fe_hw_free()
935
host_stream->pphcldpl = readl(host_stream->
pphc_addr
+ AZX_REG_PPHCLDPL);
in avs_dai_suspend_fe_hw_free()
936
host_stream->pphcldpu = readl(host_stream->
pphc_addr
+ AZX_REG_PPHCLDPU);
in avs_dai_suspend_fe_hw_free()
/kernel/linux/linux-5.10/include/sound/
H
A
D
hdaudio_ext.h
44
* @
pphc_addr
: processing pipe host stream pointer
59
void __iomem *
pphc_addr
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
hdaudio_ext.h
41
* @
pphc_addr
: processing pipe host stream pointer
51
void __iomem *
pphc_addr
;
member
/kernel/linux/linux-6.6/sound/hda/ext/
H
A
D
hdac_ext_stream.c
35
hext_stream->
pphc_addr
= bus->ppcap + AZX_PPHC_BASE +
in snd_hdac_ext_stream_init()
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H
A
D
hda-stream.c
813
stream->
pphc_addr
= sdev->bar[HDA_DSP_PP_BAR] +
in hda_dsp_stream_init()
869
stream->
pphc_addr
= sdev->bar[HDA_DSP_PP_BAR] +
in hda_dsp_stream_init()
/kernel/linux/linux-5.10/sound/hda/ext/
H
A
D
hdac_ext_stream.c
34
stream->
pphc_addr
= bus->ppcap + AZX_PPHC_BASE +
in snd_hdac_ext_stream_init()
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H
A
D
hda-stream.c
886
hext_stream->
pphc_addr
= sdev->bar[HDA_DSP_PP_BAR] +
in hda_dsp_stream_init()
Completed in 7 milliseconds