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:SDHCI_USE_ADMA
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci.c
101
if (host->flags &
SDHCI_USE_ADMA
) {
in sdhci_dumpregs()
248
if (host->flags & (SDHCI_USE_SDMA |
SDHCI_USE_ADMA
)) {
in sdhci_do_reset()
294
if (host->flags &
SDHCI_USE_ADMA
)
in sdhci_config_dma()
307
} else if (host->flags &
SDHCI_USE_ADMA
) {
in sdhci_config_dma()
1098
if (host->flags & (SDHCI_USE_SDMA |
SDHCI_USE_ADMA
)) {
in sdhci_prepare_data()
1114
if (host->flags &
SDHCI_USE_ADMA
) {
in sdhci_prepare_data()
1160
} else if (host->flags &
SDHCI_USE_ADMA
) {
in sdhci_prepare_data()
1549
if ((host->flags & (SDHCI_REQ_USE_DMA |
SDHCI_USE_ADMA
)) ==
in __sdhci_finish_data()
1550
(SDHCI_REQ_USE_DMA |
SDHCI_USE_ADMA
))
in __sdhci_finish_data()
3744
if (host->flags & (SDHCI_USE_SDMA |
SDHCI_USE_ADMA
)) {
in sdhci_resume_host()
[all...]
H
A
D
sdhci-of-sparx5.c
231
if (host->flags & (SDHCI_USE_SDMA |
SDHCI_USE_ADMA
) &&
in sdhci_sparx5_probe()
H
A
D
sdhci.h
502
#define
SDHCI_USE_ADMA
(1<<1) /* Host is ADMA capable */
macro
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci.c
100
if (host->flags &
SDHCI_USE_ADMA
) {
in sdhci_dumpregs()
253
if (host->flags & (SDHCI_USE_SDMA |
SDHCI_USE_ADMA
)) {
in sdhci_reset_for_all()
333
if (host->flags &
SDHCI_USE_ADMA
)
in sdhci_config_dma()
346
} else if (host->flags &
SDHCI_USE_ADMA
) {
in sdhci_config_dma()
1120
if (host->flags & (SDHCI_USE_SDMA |
SDHCI_USE_ADMA
)) {
in sdhci_prepare_data()
1136
if (host->flags &
SDHCI_USE_ADMA
) {
in sdhci_prepare_data()
1182
} else if (host->flags &
SDHCI_USE_ADMA
) {
in sdhci_prepare_data()
1572
if ((host->flags & (SDHCI_REQ_USE_DMA |
SDHCI_USE_ADMA
)) ==
in __sdhci_finish_data()
1573
(SDHCI_REQ_USE_DMA |
SDHCI_USE_ADMA
))
in __sdhci_finish_data()
3782
if (host->flags & (SDHCI_USE_SDMA |
SDHCI_USE_ADMA
)) {
in sdhci_resume_host()
[all...]
H
A
D
sdhci-of-sparx5.c
228
if (host->flags & (SDHCI_USE_SDMA |
SDHCI_USE_ADMA
) &&
in sdhci_sparx5_probe()
H
A
D
sdhci.h
512
#define
SDHCI_USE_ADMA
(1<<1) /* Host is ADMA capable */
macro
Completed in 14 milliseconds