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_SDMA
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci.c
248
if (host->flags & (
SDHCI_USE_SDMA
| SDHCI_USE_ADMA)) {
in sdhci_do_reset()
1098
if (host->flags & (
SDHCI_USE_SDMA
| SDHCI_USE_ADMA)) {
in sdhci_prepare_data()
3744
if (host->flags & (
SDHCI_USE_SDMA
| SDHCI_USE_ADMA)) {
in sdhci_resume_host()
3806
if (host_flags & (
SDHCI_USE_SDMA
| SDHCI_USE_ADMA)) {
in sdhci_runtime_resume_host()
4221
host->flags |=
SDHCI_USE_SDMA
;
in sdhci_setup_host()
4225
host->flags |=
SDHCI_USE_SDMA
;
in sdhci_setup_host()
4228
(host->flags &
SDHCI_USE_SDMA
)) {
in sdhci_setup_host()
4230
host->flags &= ~
SDHCI_USE_SDMA
;
in sdhci_setup_host()
4258
host->flags &= ~(
SDHCI_USE_SDMA
| SDHCI_USE_ADMA);
in sdhci_setup_host()
4261
if (host->flags & (
SDHCI_USE_SDMA
| SDHCI_USE_ADM
in sdhci_setup_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
501
#define
SDHCI_USE_SDMA
(1<<0) /* Host is SDMA capable */
macro
H
A
D
sdhci-pci-core.c
1985
(host->flags &
SDHCI_USE_SDMA
)) {
in sdhci_pci_enable_dma()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci.c
253
if (host->flags & (
SDHCI_USE_SDMA
| SDHCI_USE_ADMA)) {
in sdhci_reset_for_all()
1120
if (host->flags & (
SDHCI_USE_SDMA
| SDHCI_USE_ADMA)) {
in sdhci_prepare_data()
3782
if (host->flags & (
SDHCI_USE_SDMA
| SDHCI_USE_ADMA)) {
in sdhci_resume_host()
3844
if (host_flags & (
SDHCI_USE_SDMA
| SDHCI_USE_ADMA)) {
in sdhci_runtime_resume_host()
4268
host->flags |=
SDHCI_USE_SDMA
;
in sdhci_setup_host()
4272
host->flags |=
SDHCI_USE_SDMA
;
in sdhci_setup_host()
4275
(host->flags &
SDHCI_USE_SDMA
)) {
in sdhci_setup_host()
4277
host->flags &= ~
SDHCI_USE_SDMA
;
in sdhci_setup_host()
4305
host->flags &= ~(
SDHCI_USE_SDMA
| SDHCI_USE_ADMA);
in sdhci_setup_host()
4308
if (host->flags & (
SDHCI_USE_SDMA
| SDHCI_USE_ADM
in sdhci_setup_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
511
#define
SDHCI_USE_SDMA
(1<<0) /* Host is SDMA capable */
macro
H
A
D
sdhci-pci-core.c
1935
(host->flags &
SDHCI_USE_SDMA
)) {
in sdhci_pci_enable_dma()
Completed in 20 milliseconds