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:SDHCI_POWER_ON
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci_am654.c
359
if (reg == SDHCI_POWER_CONTROL && (val &
SDHCI_POWER_ON
)) {
in sdhci_am654_write_b()
366
pwr &
SDHCI_POWER_ON
, 0,
in sdhci_am654_write_b()
H
A
D
sdhci-pci-core.c
677
if (reg &
SDHCI_POWER_ON
)
in sdhci_intel_set_power()
680
reg |=
SDHCI_POWER_ON
;
in sdhci_intel_set_power()
1168
intel_host->needs_pwr_off = reg &
SDHCI_POWER_ON
;
in byt_needs_pwr_off()
H
A
D
sdhci.h
98
#define
SDHCI_POWER_ON
0x01
macro
H
A
D
sdhci.c
2031
sdhci_writeb(host,
SDHCI_POWER_ON
, SDHCI_POWER_CONTROL);
in sdhci_set_power_reg()
2099
pwr |=
SDHCI_POWER_ON
;
in sdhci_set_power_noreg()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci_am654.c
360
if (reg == SDHCI_POWER_CONTROL && (val &
SDHCI_POWER_ON
)) {
in sdhci_am654_write_b()
367
pwr &
SDHCI_POWER_ON
, 0,
in sdhci_am654_write_b()
H
A
D
sdhci-pci-core.c
619
if (reg &
SDHCI_POWER_ON
)
in sdhci_intel_set_power()
622
reg |=
SDHCI_POWER_ON
;
in sdhci_intel_set_power()
1110
intel_host->needs_pwr_off = reg &
SDHCI_POWER_ON
;
in byt_needs_pwr_off()
H
A
D
sdhci.h
98
#define
SDHCI_POWER_ON
0x01
macro
H
A
D
sdhci.c
2056
sdhci_writeb(host,
SDHCI_POWER_ON
, SDHCI_POWER_CONTROL);
in sdhci_set_power_reg()
2124
pwr |=
SDHCI_POWER_ON
;
in sdhci_set_power_noreg()
Completed in 23 milliseconds