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:sm501_reg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/boards/mach-r2d/
H
A
D
setup.c
270
void __iomem *
sm501_reg
;
in rts7751r2d_setup()
local
293
sm501_reg
= (void __iomem *)0xb3e00000 + SM501_DRAM_CONTROL;
in rts7751r2d_setup()
294
writel(readl(
sm501_reg
) | 0x00f107c0,
sm501_reg
);
in rts7751r2d_setup()
/kernel/linux/linux-6.6/arch/sh/boards/mach-r2d/
H
A
D
setup.c
270
void __iomem *
sm501_reg
;
in rts7751r2d_setup()
local
293
sm501_reg
= (void __iomem *)0xb3e00000 + SM501_DRAM_CONTROL;
in rts7751r2d_setup()
294
writel(readl(
sm501_reg
) | 0x00f107c0,
sm501_reg
);
in rts7751r2d_setup()
/kernel/linux/linux-5.10/arch/sh/boards/
H
A
D
board-sh7785lcr.c
337
void __iomem *
sm501_reg
;
in sh7785lcr_setup()
local
344
sm501_reg
= ioremap(SM107_REG_ADDR, SM501_DRAM_CONTROL);
in sh7785lcr_setup()
345
if (!
sm501_reg
) {
in sh7785lcr_setup()
350
writel(0x000307c2,
sm501_reg
+ SM501_DRAM_CONTROL);
in sh7785lcr_setup()
351
iounmap(
sm501_reg
);
in sh7785lcr_setup()
/kernel/linux/linux-6.6/arch/sh/boards/
H
A
D
board-sh7785lcr.c
337
void __iomem *
sm501_reg
;
in sh7785lcr_setup()
local
344
sm501_reg
= ioremap(SM107_REG_ADDR, SM501_DRAM_CONTROL);
in sh7785lcr_setup()
345
if (!
sm501_reg
) {
in sh7785lcr_setup()
350
writel(0x000307c2,
sm501_reg
+ SM501_DRAM_CONTROL);
in sh7785lcr_setup()
351
iounmap(
sm501_reg
);
in sh7785lcr_setup()
Completed in 2 milliseconds