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:caps2
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H
A
D
host.c
290
host->
caps2
|= MMC_CAP2_CD_ACTIVE_HIGH;
in mmc_of_parse()
312
host->
caps2
|= MMC_CAP2_RO_ACTIVE_HIGH;
in mmc_of_parse()
323
host->
caps2
|= MMC_CAP2_NO_WRITE_PROTECT;
in mmc_of_parse()
357
host->
caps2
|= MMC_CAP2_FULL_PWR_CYCLE;
in mmc_of_parse()
360
host->
caps2
|= MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPEND;
in mmc_of_parse()
379
host->
caps2
|= MMC_CAP2_HS200_1_8V_SDR;
in mmc_of_parse()
382
host->
caps2
|= MMC_CAP2_HS200_1_2V_SDR;
in mmc_of_parse()
385
host->
caps2
|= MMC_CAP2_HS400_1_8V | MMC_CAP2_HS200_1_8V_SDR;
in mmc_of_parse()
388
host->
caps2
|= MMC_CAP2_HS400_1_2V | MMC_CAP2_HS200_1_2V_SDR;
in mmc_of_parse()
391
host->
caps2
|
in mmc_of_parse()
[all...]
H
A
D
sdio.c
871
if ((host->
caps2
& MMC_CAP2_AVOID_3_3V) && (host->ios.signal_voltage == MMC_SIGNAL_VOLTAGE_330)) {
in mmc_sdio_init_card()
1074
if (!(host->
caps2
& MMC_CAP2_SDIO_IRQ_NOTHREAD)) {
in mmc_sdio_resume()
/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/
H
A
D
cqhci-core.c
73
if (tag == DCMD_SLOT && (cq_host->mmc->
caps2
& MMC_CAP2_CQE_DCMD)) {
in setup_trans_desc()
256
if (mmc->
caps2
& MMC_CAP2_CQE_DCMD)
in __cqhci_enable()
262
if (mmc->
caps2
& MMC_CAP2_CRYPTO)
in __cqhci_enable()
1174
if (mmc->
caps2
& MMC_CAP2_CQE_DCMD)
in cqhci_init()
/device/soc/rockchip/common/sdk_linux/drivers/mmc/host/
H
A
D
dw_mmc.h
251
u32
caps2
; /* More capabilities */
member
/device/soc/rockchip/common/sdk_linux/include/linux/mmc/
H
A
D
host.h
341
u32
caps2
; /* More host capabilities */
member
/device/soc/hisilicon/common/platform/mmc/himci_v200/
H
A
D
himci.c
1123
if (host->mmc->
caps2
.bits.hs200Sdr1v8 || host->mmc->
caps2
.bits.hs200Sdr1v2) {
in HimciVoltageSwitchTo1v8()
Completed in 10 milliseconds