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:nvquirks
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci-tegra.c
140
u32
nvquirks
;
member
194
if (unlikely((soc_data->
nvquirks
& NVQUIRK_FORCE_SDHCI_SPEC_200) &&
in tegra_sdhci_readw()
239
if (unlikely((soc_data->
nvquirks
& NVQUIRK_ENABLE_BLOCK_GAP_DET) &&
in tegra_sdhci_writel()
316
if (!(tegra_host->soc_data->
nvquirks
& NVQUIRK_NEEDS_PAD_CONTROL))
in tegra_sdhci_is_pad_and_regulator_valid()
349
if (soc_data->
nvquirks
& NVQUIRK_DIS_CARD_CLK_CONFIG_TAP)
in tegra_sdhci_set_tap()
357
if (soc_data->
nvquirks
& NVQUIRK_DIS_CARD_CLK_CONFIG_TAP &&
in tegra_sdhci_set_tap()
392
if (soc_data->
nvquirks
& NVQUIRK_ENABLE_SDHCI_SPEC_300)
in tegra_sdhci_reset()
395
if (soc_data->
nvquirks
& NVQUIRK_ENABLE_SDR50)
in tegra_sdhci_reset()
397
if (soc_data->
nvquirks
& NVQUIRK_ENABLE_DDR50)
in tegra_sdhci_reset()
399
if (soc_data->
nvquirks
in tegra_sdhci_reset()
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-tegra.c
130
u32
nvquirks
;
member
183
if (unlikely((soc_data->
nvquirks
& NVQUIRK_FORCE_SDHCI_SPEC_200) &&
in tegra_sdhci_readw()
228
if (unlikely((soc_data->
nvquirks
& NVQUIRK_ENABLE_BLOCK_GAP_DET) &&
in tegra_sdhci_writel()
309
if (!(tegra_host->soc_data->
nvquirks
& NVQUIRK_NEEDS_PAD_CONTROL))
in tegra_sdhci_is_pad_and_regulator_valid()
342
if (soc_data->
nvquirks
& NVQUIRK_DIS_CARD_CLK_CONFIG_TAP)
in tegra_sdhci_set_tap()
350
if (soc_data->
nvquirks
& NVQUIRK_DIS_CARD_CLK_CONFIG_TAP &&
in tegra_sdhci_set_tap()
385
if (soc_data->
nvquirks
& NVQUIRK_ENABLE_SDHCI_SPEC_300)
in tegra_sdhci_reset()
388
if (soc_data->
nvquirks
& NVQUIRK_ENABLE_SDR50)
in tegra_sdhci_reset()
390
if (soc_data->
nvquirks
& NVQUIRK_ENABLE_DDR50)
in tegra_sdhci_reset()
392
if (soc_data->
nvquirks
in tegra_sdhci_reset()
[all...]
Completed in 5 milliseconds