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:flashctl_base
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/ath25/
H
A
D
ar5312.c
183
void __iomem *
flashctl_base
;
in ar5312_flash_init()
local
186
flashctl_base
= ioremap(AR5312_FLASHCTL_BASE,
in ar5312_flash_init()
189
ctl = __raw_readl(
flashctl_base
+ AR5312_FLASHCTL0);
in ar5312_flash_init()
211
__raw_writel(ctl,
flashctl_base
+ AR5312_FLASHCTL0);
in ar5312_flash_init()
214
ctl = __raw_readl(
flashctl_base
+ AR5312_FLASHCTL1);
in ar5312_flash_init()
216
__raw_writel(ctl,
flashctl_base
+ AR5312_FLASHCTL1);
in ar5312_flash_init()
217
ctl = __raw_readl(
flashctl_base
+ AR5312_FLASHCTL2);
in ar5312_flash_init()
219
__raw_writel(ctl,
flashctl_base
+ AR5312_FLASHCTL2);
in ar5312_flash_init()
221
iounmap(
flashctl_base
);
in ar5312_flash_init()
/kernel/linux/linux-6.6/arch/mips/ath25/
H
A
D
ar5312.c
182
void __iomem *
flashctl_base
;
in ar5312_flash_init()
local
185
flashctl_base
= ioremap(AR5312_FLASHCTL_BASE,
in ar5312_flash_init()
188
ctl = __raw_readl(
flashctl_base
+ AR5312_FLASHCTL0);
in ar5312_flash_init()
210
__raw_writel(ctl,
flashctl_base
+ AR5312_FLASHCTL0);
in ar5312_flash_init()
213
ctl = __raw_readl(
flashctl_base
+ AR5312_FLASHCTL1);
in ar5312_flash_init()
215
__raw_writel(ctl,
flashctl_base
+ AR5312_FLASHCTL1);
in ar5312_flash_init()
216
ctl = __raw_readl(
flashctl_base
+ AR5312_FLASHCTL2);
in ar5312_flash_init()
218
__raw_writel(ctl,
flashctl_base
+ AR5312_FLASHCTL2);
in ar5312_flash_init()
220
iounmap(
flashctl_base
);
in ar5312_flash_init()
Completed in 3 milliseconds