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_MAX_SEGS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-of-dwcmshc.c
135
if (extra >
SDHCI_MAX_SEGS
)
in dwcmshc_probe()
136
extra =
SDHCI_MAX_SEGS
;
in dwcmshc_probe()
H
A
D
sdhci-of-sparx5.c
179
if (extra >
SDHCI_MAX_SEGS
)
in sdhci_sparx5_probe()
180
extra =
SDHCI_MAX_SEGS
;
in sdhci_sparx5_probe()
H
A
D
sdhci.h
344
#define
SDHCI_MAX_SEGS
128
macro
H
A
D
sdhci.c
4009
host->adma_table_cnt =
SDHCI_MAX_SEGS
* 2 + 1;
in sdhci_alloc_host()
4295
host->align_buffer_sz =
SDHCI_MAX_SEGS
* SDHCI_ADMA2_ALIGN;
in sdhci_setup_host()
4655
mmc->max_segs =
SDHCI_MAX_SEGS
;
in sdhci_setup_host()
4665
mmc->max_segs =
SDHCI_MAX_SEGS
;
in sdhci_setup_host()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci-of-sparx5.c
179
if (extra >
SDHCI_MAX_SEGS
)
in sdhci_sparx5_probe()
180
extra =
SDHCI_MAX_SEGS
;
in sdhci_sparx5_probe()
H
A
D
sdhci-of-dwcmshc.c
491
if (extra >
SDHCI_MAX_SEGS
)
in dwcmshc_probe()
492
extra =
SDHCI_MAX_SEGS
;
in dwcmshc_probe()
H
A
D
sdhci.h
353
#define
SDHCI_MAX_SEGS
128
macro
H
A
D
sdhci.c
4053
host->adma_table_cnt =
SDHCI_MAX_SEGS
* 2 + 1;
in sdhci_alloc_host()
4342
host->align_buffer_sz =
SDHCI_MAX_SEGS
* SDHCI_ADMA2_ALIGN;
in sdhci_setup_host()
4702
mmc->max_segs =
SDHCI_MAX_SEGS
;
in sdhci_setup_host()
4708
mmc->max_segs =
SDHCI_MAX_SEGS
;
in sdhci_setup_host()
Completed in 22 milliseconds