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:MMCISTATUS
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
mmci.c
342
if (readl(host->base +
MMCISTATUS
) & host->variant->busy_detect_flag)
in mmci_card_busy()
668
*
MMCISTATUS
register here, to allow the busy bit to be set.
in ux500_busy_complete()
674
(readl(base +
MMCISTATUS
) & host->variant->busy_detect_flag)) {
in ux500_busy_complete()
690
* status bit in
MMCISTATUS
for the busy state. Therefore
in ux500_busy_complete()
867
status = readl(host->base +
MMCISTATUS
);
in mmci_dmae_finalize()
1450
u32 status = readl(host->base +
MMCISTATUS
);
in mmci_pio_read()
1488
status = readl(base +
MMCISTATUS
);
in mmci_pio_read()
1523
status = readl(base +
MMCISTATUS
);
in mmci_pio_write()
1540
status = readl(base +
MMCISTATUS
);
in mmci_pio_irq()
1578
status = readl(base +
MMCISTATUS
);
in mmci_pio_irq()
[all...]
H
A
D
mmci_stm32_sdmmc.c
336
sdmmc_status = readl_relaxed(base +
MMCISTATUS
);
in sdmmc_busy_complete()
491
ret = readl_relaxed_poll_timeout(host->base +
MMCISTATUS
,
in sdmmc_post_sig_volt_switch()
H
A
D
mmci.h
138
#define
MMCISTATUS
0x034
macro
302
* @busy_detect_flag: bitmask identifying the bit in the
MMCISTATUS
register
314
* @start_err: bitmask identifying the STARTBITERR bit inside
MMCISTATUS
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
mmci.c
374
if (readl(host->base +
MMCISTATUS
) & host->variant->busy_detect_flag)
in mmci_card_busy()
742
*
MMCISTATUS
register here, to allow the busy bit to be set.
in ux500_busy_complete()
753
status = readl(base +
MMCISTATUS
);
in ux500_busy_complete()
779
* status bit in
MMCISTATUS
for the busy state. Therefore
in ux500_busy_complete()
970
status = readl(host->base +
MMCISTATUS
);
in mmci_dmae_finalize()
1569
status = readl(host->base +
MMCISTATUS
);
in ux500_busy_timeout_work()
1610
u32 status = readl(host->base +
MMCISTATUS
);
in mmci_pio_read()
1648
status = readl(base +
MMCISTATUS
);
in mmci_pio_read()
1683
status = readl(base +
MMCISTATUS
);
in mmci_pio_write()
1700
status = readl(base +
MMCISTATUS
);
in mmci_pio_irq()
[all...]
H
A
D
mmci_stm32_sdmmc.c
444
sdmmc_status = readl_relaxed(base +
MMCISTATUS
);
in sdmmc_busy_complete()
678
ret = readl_relaxed_poll_timeout(host->base +
MMCISTATUS
,
in sdmmc_post_sig_volt_switch()
H
A
D
mmci.h
138
#define
MMCISTATUS
0x034
macro
318
* @busy_detect_flag: bitmask identifying the bit in the
MMCISTATUS
register
330
* @start_err: bitmask identifying the STARTBITERR bit inside
MMCISTATUS
Completed in 9 milliseconds