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:JZ_REG_MMC_STATUS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
jz4740_mmc.c
29
#define
JZ_REG_MMC_STATUS
0x04
macro
422
status = readl(host->base +
JZ_REG_MMC_STATUS
);
in jz4740_mmc_clock_disable()
434
status = readl(host->base +
JZ_REG_MMC_STATUS
);
in jz4740_mmc_reset()
478
status = readl(host->base +
JZ_REG_MMC_STATUS
);
in jz4740_mmc_transfer_check_state()
612
status = readl(host->base +
JZ_REG_MMC_STATUS
);
in jz4740_mmc_read_data()
615
status = readl(host->base +
JZ_REG_MMC_STATUS
);
in jz4740_mmc_read_data()
829
status = readl(host->base +
JZ_REG_MMC_STATUS
);
in jz_mmc_irq()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
jz4740_mmc.c
30
#define
JZ_REG_MMC_STATUS
0x04
macro
439
status = readl(host->base +
JZ_REG_MMC_STATUS
);
in jz4740_mmc_clock_disable()
451
status = readl(host->base +
JZ_REG_MMC_STATUS
);
in jz4740_mmc_reset()
495
status = readl(host->base +
JZ_REG_MMC_STATUS
);
in jz4740_mmc_transfer_check_state()
625
status = readl(host->base +
JZ_REG_MMC_STATUS
);
in jz4740_mmc_read_data()
628
status = readl(host->base +
JZ_REG_MMC_STATUS
);
in jz4740_mmc_read_data()
844
status = readl(host->base +
JZ_REG_MMC_STATUS
);
in jz_mmc_irq()
Completed in 4 milliseconds