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:acp6x_readl
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/amd/yc/
H
A
D
acp6x-pdm-dma.c
62
pdm_ctrl =
acp6x_readl
(acp_base + ACP_WOV_MISC_CTRL);
in acp6x_enable_pdm_clock()
72
ext_int_ctrl =
acp6x_readl
(acp_base + ACP_EXTERNAL_INTR_CNTL);
in acp6x_enable_pdm_interrupts()
81
ext_int_ctrl =
acp6x_readl
(acp_base + ACP_EXTERNAL_INTR_CNTL);
in acp6x_disable_pdm_interrupts()
92
pdm_enable =
acp6x_readl
(acp_base + ACP_WOV_PDM_ENABLE);
in acp6x_check_pdm_dma_status()
93
pdm_dma_enable =
acp6x_readl
(acp_base + ACP_WOV_PDM_DMA_ENABLE);
in acp6x_check_pdm_dma_status()
114
pdm_dma_enable =
acp6x_readl
(acp_base + ACP_WOV_PDM_DMA_ENABLE);
in acp6x_start_pdm_dma()
130
pdm_enable =
acp6x_readl
(acp_base + ACP_WOV_PDM_ENABLE);
in acp6x_stop_pdm_dma()
131
pdm_dma_enable =
acp6x_readl
(acp_base + ACP_WOV_PDM_DMA_ENABLE);
in acp6x_stop_pdm_dma()
137
pdm_dma_enable =
acp6x_readl
(acp_base + ACP_WOV_PDM_DMA_ENABLE);
in acp6x_stop_pdm_dma()
241
acp6x_readl
(rt
in acp6x_pdm_get_byte_count()
[all...]
H
A
D
pci-acp6x.c
31
val =
acp6x_readl
(acp_base + ACP_PGFSM_STATUS);
in acp6x_power_on()
40
val =
acp6x_readl
(acp_base + ACP_PGFSM_STATUS);
in acp6x_power_on()
56
val =
acp6x_readl
(acp_base + ACP_SOFT_RESET);
in acp6x_reset()
64
val =
acp6x_readl
(acp_base + ACP_SOFT_RESET);
in acp6x_reset()
133
val =
acp6x_readl
(adata->acp6x_base + ACP_EXTERNAL_INTR_STAT);
in acp6x_irq_handler()
201
val =
acp6x_readl
(adata->acp6x_base + ACP_PIN_CONFIG);
in snd_acp6x_probe()
H
A
D
acp6x.h
99
static inline u32
acp6x_readl
(void __iomem *base_addr)
in acp6x_readl()
function
Completed in 4 milliseconds