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:REQ_IO_HIGH
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-msm.c
48
#define
REQ_IO_HIGH
BIT(3)
macro
1517
if ((req_type &
REQ_IO_HIGH
|| req_type & REQ_IO_LOW) &&
in sdhci_msm_check_power_status()
1534
if ((req_type &
REQ_IO_HIGH
) && !host->pwr) {
in sdhci_msm_check_power_status()
1617
io_level =
REQ_IO_HIGH
;
in sdhci_msm_handle_pwr_irq()
1643
io_level =
REQ_IO_HIGH
;
in sdhci_msm_handle_pwr_irq()
1678
* is only 1.8V. In such targets, even during
REQ_IO_HIGH
, the
in sdhci_msm_handle_pwr_irq()
1688
if ((io_level &
REQ_IO_HIGH
) &&
in sdhci_msm_handle_pwr_irq()
1943
REQ_IO_HIGH
;
in __sdhci_msm_check_write()
2033
if ((io_level &
REQ_IO_HIGH
) && (caps & CORE_3_0V_SUPPORT))
in sdhci_msm_set_regulator_caps()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci-msm.c
51
#define
REQ_IO_HIGH
BIT(3)
macro
1537
if ((req_type &
REQ_IO_HIGH
|| req_type & REQ_IO_LOW) &&
in sdhci_msm_check_power_status()
1554
if ((req_type &
REQ_IO_HIGH
) && !host->pwr) {
in sdhci_msm_check_power_status()
1637
io_level =
REQ_IO_HIGH
;
in sdhci_msm_handle_pwr_irq()
1663
io_level =
REQ_IO_HIGH
;
in sdhci_msm_handle_pwr_irq()
1698
* is only 1.8V. In such targets, even during
REQ_IO_HIGH
, the
in sdhci_msm_handle_pwr_irq()
1708
if ((io_level &
REQ_IO_HIGH
) &&
in sdhci_msm_handle_pwr_irq()
2082
REQ_IO_HIGH
;
in __sdhci_msm_check_write()
2171
if ((io_level &
REQ_IO_HIGH
) && (caps & CORE_3_0V_SUPPORT))
in sdhci_msm_set_regulator_caps()
Completed in 9 milliseconds