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:MAX_NR_SG
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
davinci_mmc.c
139
* and we handle up to
MAX_NR_SG
segments. MMC_BLOCK_BOUNCE kicks in only
147
#define
MAX_NR_SG
16
macro
1255
if (host->nr_sg >
MAX_NR_SG
|| !host->nr_sg)
in davinci_mmcsd_probe()
1256
host->nr_sg =
MAX_NR_SG
;
in davinci_mmcsd_probe()
1285
mmc->max_segs =
MAX_NR_SG
;
in davinci_mmcsd_probe()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
davinci_mmc.c
138
* and we handle up to
MAX_NR_SG
segments. MMC_BLOCK_BOUNCE kicks in only
146
#define
MAX_NR_SG
16
macro
1252
if (host->nr_sg >
MAX_NR_SG
|| !host->nr_sg)
in davinci_mmcsd_probe()
1253
host->nr_sg =
MAX_NR_SG
;
in davinci_mmcsd_probe()
1282
mmc->max_segs =
MAX_NR_SG
;
in davinci_mmcsd_probe()
/kernel/linux/linux-5.10/drivers/dma/ti/
H
A
D
edma.c
121
* Also note that
MAX_NR_SG
should be atleast the no.of periods
126
#define
MAX_NR_SG
20
macro
127
#define EDMA_MAX_SLOTS
MAX_NR_SG
796
nslots = min(
MAX_NR_SG
, left);
in edma_execute()
849
* transfers of
MAX_NR_SG
in edma_execute()
857
} else if (edesc->processed <=
MAX_NR_SG
) {
in edma_execute()
1111
nslots = min_t(unsigned,
MAX_NR_SG
, sg_len);
in edma_prep_slave_sg()
1148
else if (!((i+1) %
MAX_NR_SG
))
in edma_prep_slave_sg()
1405
if (nslots >
MAX_NR_SG
) {
in edma_prep_dma_cyclic()
/kernel/linux/linux-6.6/drivers/dma/ti/
H
A
D
edma.c
112
* Also note that
MAX_NR_SG
should be at least the no.of periods
117
#define
MAX_NR_SG
20
macro
118
#define EDMA_MAX_SLOTS
MAX_NR_SG
739
nslots = min(
MAX_NR_SG
, left);
in edma_execute()
792
* transfers of
MAX_NR_SG
in edma_execute()
800
} else if (edesc->processed <=
MAX_NR_SG
) {
in edma_execute()
1054
nslots = min_t(unsigned,
MAX_NR_SG
, sg_len);
in edma_prep_slave_sg()
1091
else if (!((i+1) %
MAX_NR_SG
))
in edma_prep_slave_sg()
1348
if (nslots >
MAX_NR_SG
) {
in edma_prep_dma_cyclic()
Completed in 12 milliseconds