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:CQHCI_ENABLE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
cqhci.c
248
if (cqcfg &
CQHCI_ENABLE
) {
in __cqhci_enable()
249
cqcfg &= ~
CQHCI_ENABLE
;
in __cqhci_enable()
272
cqcfg |=
CQHCI_ENABLE
;
in __cqhci_enable()
297
cqcfg &= ~
CQHCI_ENABLE
;
in __cqhci_disable()
1037
cqcfg &= ~
CQHCI_ENABLE
;
in cqhci_recovery_finish()
1041
cqcfg |=
CQHCI_ENABLE
;
in cqhci_recovery_finish()
H
A
D
cqhci.h
29
#define
CQHCI_ENABLE
0x00000001
macro
H
A
D
sdhci-tegra.c
1235
if (val &
CQHCI_ENABLE
)
in sdhci_tegra_cqe_enable()
1236
cqhci_writel(cq_host, (val & ~
CQHCI_ENABLE
),
in sdhci_tegra_cqe_enable()
1240
if (val &
CQHCI_ENABLE
)
in sdhci_tegra_cqe_enable()
1308
reg |=
CQHCI_ENABLE
;
in sdhci_tegra_cqe_pre_enable()
1319
reg &= ~
CQHCI_ENABLE
;
in sdhci_tegra_cqe_post_disable()
H
A
D
sdhci-pci-gli.c
665
value |=
CQHCI_ENABLE
;
in sdhci_gl9763e_cqe_pre_enable()
697
value &= ~
CQHCI_ENABLE
;
in sdhci_gl9763e_cqe_post_disable()
H
A
D
mtk-sd.c
2315
reg |=
CQHCI_ENABLE
;
in msdc_cqe_pre_enable()
2325
reg &= ~
CQHCI_ENABLE
;
in msdc_cqe_post_disable()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
cqhci-core.c
254
if (cqcfg &
CQHCI_ENABLE
) {
in __cqhci_enable()
255
cqcfg &= ~
CQHCI_ENABLE
;
in __cqhci_enable()
281
cqcfg |=
CQHCI_ENABLE
;
in __cqhci_enable()
306
cqcfg &= ~
CQHCI_ENABLE
;
in __cqhci_disable()
1089
cqcfg &= ~
CQHCI_ENABLE
;
in cqhci_recovery_finish()
1093
cqcfg |=
CQHCI_ENABLE
;
in cqhci_recovery_finish()
H
A
D
sdhci-tegra.c
1249
if (val &
CQHCI_ENABLE
)
in sdhci_tegra_cqe_enable()
1250
cqhci_writel(cq_host, (val & ~
CQHCI_ENABLE
),
in sdhci_tegra_cqe_enable()
1254
if (val &
CQHCI_ENABLE
)
in sdhci_tegra_cqe_enable()
1322
reg |=
CQHCI_ENABLE
;
in sdhci_tegra_cqe_pre_enable()
1333
reg &= ~
CQHCI_ENABLE
;
in sdhci_tegra_cqe_post_disable()
H
A
D
cqhci.h
35
#define
CQHCI_ENABLE
0x00000001
macro
H
A
D
sdhci-pci-gli.c
1248
value |=
CQHCI_ENABLE
;
in sdhci_gl9763e_cqe_pre_enable()
1280
value &= ~
CQHCI_ENABLE
;
in sdhci_gl9763e_cqe_post_disable()
H
A
D
mtk-sd.c
2541
reg |=
CQHCI_ENABLE
;
in msdc_cqe_pre_enable()
2551
reg &= ~
CQHCI_ENABLE
;
in msdc_cqe_post_disable()
Completed in 22 milliseconds