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:mstpsr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/renesas/
H
A
D
clk-mstp.c
35
* @
mstpsr
: module stop status register (optional)
43
void __iomem *
mstpsr
;
member
93
if (!group->
mstpsr
) {
in cpg_mstp_clock_endisable()
101
if (!enable || !group->
mstpsr
)
in cpg_mstp_clock_endisable()
105
if (!(cpg_mstp_read(group, group->
mstpsr
) & bitmask))
in cpg_mstp_clock_endisable()
135
if (group->
mstpsr
)
in cpg_mstp_clock_is_enabled()
136
value = cpg_mstp_read(group, group->
mstpsr
);
in cpg_mstp_clock_is_enabled()
200
group->
mstpsr
= of_iomap(np, 1);
in cpg_mstp_clocks_init()
H
A
D
renesas-cpg-mssr.c
55
static const u16
mstpsr
[] = {
variable
968
priv->status_regs =
mstpsr
;
in cpg_mssr_common_init()
/kernel/linux/linux-6.6/drivers/clk/renesas/
H
A
D
clk-mstp.c
36
* @
mstpsr
: module stop status register (optional)
44
void __iomem *
mstpsr
;
member
94
if (!group->
mstpsr
) {
in cpg_mstp_clock_endisable()
102
if (!enable || !group->
mstpsr
)
in cpg_mstp_clock_endisable()
105
/* group->width_8bit is always false if group->
mstpsr
is present */
in cpg_mstp_clock_endisable()
106
ret = readl_poll_timeout_atomic(group->
mstpsr
, value,
in cpg_mstp_clock_endisable()
131
if (group->
mstpsr
)
in cpg_mstp_clock_is_enabled()
132
value = cpg_mstp_read(group, group->
mstpsr
);
in cpg_mstp_clock_is_enabled()
196
group->
mstpsr
= of_iomap(np, 1);
in cpg_mstp_clocks_init()
H
A
D
renesas-cpg-mssr.c
55
static const u16
mstpsr
[] = {
variable
987
priv->status_regs =
mstpsr
;
in cpg_mssr_common_init()
Completed in 7 milliseconds