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:dto
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
omap_hsmmc.c
1305
uint32_t reg, clkd,
dto
= 0;
in set_data_timeout()
local
1317
dto
+= 1;
in set_data_timeout()
1320
dto
= 31 -
dto
;
in set_data_timeout()
1322
if (timeout &&
dto
)
in set_data_timeout()
1323
dto
+= 1;
in set_data_timeout()
1324
if (
dto
>= 13)
in set_data_timeout()
1325
dto
-= 13;
in set_data_timeout()
1327
dto
= 0;
in set_data_timeout()
1328
if (
dto
> 1
in set_data_timeout()
[all...]
H
A
D
dw_mmc.c
2486
static void dw_mci_read_data_pio(struct dw_mci *host, bool
dto
)
in dw_mci_read_data_pio()
argument
2523
(
dto
&& SDMMC_GET_FCNT(mci_readl(host, STATUS))));
in dw_mci_read_data_pio()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
omap_hsmmc.c
1300
uint32_t reg, clkd,
dto
= 0;
in set_data_timeout()
local
1312
dto
+= 1;
in set_data_timeout()
1315
dto
= 31 -
dto
;
in set_data_timeout()
1317
if (timeout &&
dto
)
in set_data_timeout()
1318
dto
+= 1;
in set_data_timeout()
1319
if (
dto
>= 13)
in set_data_timeout()
1320
dto
-= 13;
in set_data_timeout()
1322
dto
= 0;
in set_data_timeout()
1323
if (
dto
> 1
in set_data_timeout()
[all...]
H
A
D
dw_mmc.c
2592
static void dw_mci_read_data_pio(struct dw_mci *host, bool
dto
)
in dw_mci_read_data_pio()
argument
2629
(
dto
&& SDMMC_GET_FCNT(mci_readl(host, STATUS))));
in dw_mci_read_data_pio()
Completed in 12 milliseconds