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:spec_timings
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
nand_timings.c
559
* @
spec_timings
: the timings to challenge
562
onfi_find_closest_sdr_mode(const struct nand_sdr_timings *
spec_timings
)
in onfi_find_closest_sdr_mode()
argument
570
if (
spec_timings
->tCCS_min <= onfi_timings->tCCS_min &&
in onfi_find_closest_sdr_mode()
571
spec_timings
->tADL_min <= onfi_timings->tADL_min &&
in onfi_find_closest_sdr_mode()
572
spec_timings
->tALH_min <= onfi_timings->tALH_min &&
in onfi_find_closest_sdr_mode()
573
spec_timings
->tALS_min <= onfi_timings->tALS_min &&
in onfi_find_closest_sdr_mode()
574
spec_timings
->tAR_min <= onfi_timings->tAR_min &&
in onfi_find_closest_sdr_mode()
575
spec_timings
->tCEH_min <= onfi_timings->tCEH_min &&
in onfi_find_closest_sdr_mode()
576
spec_timings
->tCH_min <= onfi_timings->tCH_min &&
in onfi_find_closest_sdr_mode()
577
spec_timings
in onfi_find_closest_sdr_mode()
609
onfi_find_closest_nvddr_mode(const struct nand_nvddr_timings *
spec_timings
)
onfi_find_closest_nvddr_mode()
argument
[all...]
H
A
D
internals.h
93
onfi_find_closest_sdr_mode(const struct nand_sdr_timings *
spec_timings
);
95
onfi_find_closest_nvddr_mode(const struct nand_nvddr_timings *
spec_timings
);
98
struct nand_sdr_timings *
spec_timings
);
101
struct nand_nvddr_timings *
spec_timings
);
H
A
D
nand_base.c
921
* @
spec_timings
: specific timings, when not fitting the ONFI specification
928
struct nand_sdr_timings *
spec_timings
)
in nand_choose_best_sdr_timings()
935
if (
spec_timings
) {
in nand_choose_best_sdr_timings()
936
iface->timings.sdr = *
spec_timings
;
in nand_choose_best_sdr_timings()
937
iface->timings.mode = onfi_find_closest_sdr_mode(
spec_timings
);
in nand_choose_best_sdr_timings()
972
* @
spec_timings
: specific timings, when not fitting the ONFI specification
979
struct nand_nvddr_timings *
spec_timings
)
in nand_choose_best_nvddr_timings()
986
if (
spec_timings
) {
in nand_choose_best_nvddr_timings()
987
iface->timings.nvddr = *
spec_timings
;
in nand_choose_best_nvddr_timings()
988
iface->timings.mode = onfi_find_closest_nvddr_mode(
spec_timings
);
in nand_choose_best_nvddr_timings()
926
nand_choose_best_sdr_timings(struct nand_chip *chip, struct nand_interface_config *iface, struct nand_sdr_timings *
spec_timings
)
nand_choose_best_sdr_timings()
argument
977
nand_choose_best_nvddr_timings(struct nand_chip *chip, struct nand_interface_config *iface, struct nand_nvddr_timings *
spec_timings
)
nand_choose_best_nvddr_timings()
argument
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
nand_timings.c
559
* @
spec_timings
: the timings to challenge
562
onfi_find_closest_sdr_mode(const struct nand_sdr_timings *
spec_timings
)
in onfi_find_closest_sdr_mode()
argument
570
if (
spec_timings
->tCCS_min <= onfi_timings->tCCS_min &&
in onfi_find_closest_sdr_mode()
571
spec_timings
->tADL_min <= onfi_timings->tADL_min &&
in onfi_find_closest_sdr_mode()
572
spec_timings
->tALH_min <= onfi_timings->tALH_min &&
in onfi_find_closest_sdr_mode()
573
spec_timings
->tALS_min <= onfi_timings->tALS_min &&
in onfi_find_closest_sdr_mode()
574
spec_timings
->tAR_min <= onfi_timings->tAR_min &&
in onfi_find_closest_sdr_mode()
575
spec_timings
->tCEH_min <= onfi_timings->tCEH_min &&
in onfi_find_closest_sdr_mode()
576
spec_timings
->tCH_min <= onfi_timings->tCH_min &&
in onfi_find_closest_sdr_mode()
577
spec_timings
in onfi_find_closest_sdr_mode()
[all...]
H
A
D
internals.h
92
onfi_find_closest_sdr_mode(const struct nand_sdr_timings *
spec_timings
);
95
struct nand_sdr_timings *
spec_timings
);
H
A
D
nand_base.c
869
* @
spec_timings
: specific timings, when not fitting the ONFI specification
876
struct nand_sdr_timings *
spec_timings
)
in nand_choose_best_sdr_timings()
883
if (
spec_timings
) {
in nand_choose_best_sdr_timings()
884
iface->timings.sdr = *
spec_timings
;
in nand_choose_best_sdr_timings()
885
iface->timings.mode = onfi_find_closest_sdr_mode(
spec_timings
);
in nand_choose_best_sdr_timings()
874
nand_choose_best_sdr_timings(struct nand_chip *chip, struct nand_interface_config *iface, struct nand_sdr_timings *
spec_timings
)
nand_choose_best_sdr_timings()
argument
Completed in 15 milliseconds