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:RSTOUTn_MASK
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H
A
D
board-mss2.c
73
reg = readl(
RSTOUTn_MASK
);
in mss2_power_off()
75
writel(reg,
RSTOUTn_MASK
);
in mss2_power_off()
H
A
D
bridge-regs.h
18
#define
RSTOUTn_MASK
(ORION5X_BRIDGE_VIRT_BASE + 0x108)
macro
H
A
D
common.c
370
orion5x_setbits(
RSTOUTn_MASK
, (1 << 2));
in orion5x_restart()
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/
H
A
D
board-mss2.c
73
reg = readl(
RSTOUTn_MASK
);
in mss2_power_off()
75
writel(reg,
RSTOUTn_MASK
);
in mss2_power_off()
H
A
D
bridge-regs.h
13
#define
RSTOUTn_MASK
(ORION5X_BRIDGE_VIRT_BASE + 0x108)
macro
H
A
D
common.c
357
orion5x_setbits(
RSTOUTn_MASK
, (1 << 2));
in orion5x_restart()
/kernel/linux/linux-5.10/arch/arm/mach-mv78xx0/
H
A
D
bridge-regs.h
15
#define
RSTOUTn_MASK
(BRIDGE_VIRT_BASE + 0x0108)
macro
H
A
D
common.c
415
writel(SOFT_RESET_OUT_EN,
RSTOUTn_MASK
);
in mv78xx0_restart()
/kernel/linux/linux-6.6/arch/arm/mach-mv78xx0/
H
A
D
bridge-regs.h
11
#define
RSTOUTn_MASK
(BRIDGE_VIRT_BASE + 0x0108)
macro
H
A
D
common.c
435
writel(SOFT_RESET_OUT_EN,
RSTOUTn_MASK
);
in mv78xx0_restart()
/kernel/linux/linux-5.10/arch/arm/mach-dove/
H
A
D
bridge-regs.h
21
#define
RSTOUTn_MASK
(BRIDGE_VIRT_BASE + 0x0108)
macro
H
A
D
common.c
445
writel(SOFT_RESET_OUT_EN,
RSTOUTn_MASK
);
in dove_restart()
/kernel/linux/linux-6.6/arch/arm/mach-dove/
H
A
D
bridge-regs.h
16
#define
RSTOUTn_MASK
(BRIDGE_VIRT_BASE + 0x0108)
macro
H
A
D
common.c
440
writel(SOFT_RESET_OUT_EN,
RSTOUTn_MASK
);
in dove_restart()
Completed in 5 milliseconds