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:PDM_DMA_STAT
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/amd/renoir/
H
A
D
rn_acp3x.h
32
#define
PDM_DMA_STAT
0x10
macro
H
A
D
acp3x-pdm-dma.c
51
if ((val & BIT(
PDM_DMA_STAT
)) && rn_pdm_data->capture_stream) {
in pdm_irq_handler()
52
rn_writel(BIT(
PDM_DMA_STAT
), rn_pdm_data->acp_base +
in pdm_irq_handler()
/kernel/linux/linux-6.6/sound/soc/amd/yc/
H
A
D
acp6x.h
28
#define
PDM_DMA_STAT
0x10
macro
H
A
D
pci-acp6x.c
134
if (val & BIT(
PDM_DMA_STAT
)) {
in acp6x_irq_handler()
136
acp6x_writel(BIT(
PDM_DMA_STAT
), adata->acp6x_base + ACP_EXTERNAL_INTR_STAT);
in acp6x_irq_handler()
/kernel/linux/linux-6.6/sound/soc/amd/renoir/
H
A
D
rn_acp3x.h
32
#define
PDM_DMA_STAT
0x10
macro
H
A
D
acp3x-pdm-dma.c
56
if ((val & BIT(
PDM_DMA_STAT
)) && rn_pdm_data->capture_stream) {
in pdm_irq_handler()
57
rn_writel(BIT(
PDM_DMA_STAT
), rn_pdm_data->acp_base +
in pdm_irq_handler()
/kernel/linux/linux-6.6/sound/soc/amd/acp/
H
A
D
acp-pdm.c
147
stream->irq_bit = BIT(
PDM_DMA_STAT
);
in acp_dmic_dai_startup()
H
A
D
amd.h
115
#define
PDM_DMA_STAT
0x10
macro
/kernel/linux/linux-6.6/sound/soc/amd/ps/
H
A
D
acp63.h
26
#define
PDM_DMA_STAT
0x10
macro
H
A
D
pci-ps.c
178
if (ext_intr_stat & BIT(
PDM_DMA_STAT
)) {
in acp63_irq_handler()
181
writel(BIT(
PDM_DMA_STAT
), adata->acp63_base + ACP_EXTERNAL_INTR_STAT);
in acp63_irq_handler()
Completed in 9 milliseconds