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:apbc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/mmp/
H
A
D
clk-apbc.c
37
struct clk_apbc *
apbc
= to_clk_apbc(hw);
in clk_apbc_prepare()
local
45
if (
apbc
->lock)
in clk_apbc_prepare()
46
spin_lock_irqsave(
apbc
->lock, flags);
in clk_apbc_prepare()
48
data = readl_relaxed(
apbc
->base);
in clk_apbc_prepare()
49
if (
apbc
->flags & APBC_POWER_CTRL)
in clk_apbc_prepare()
52
writel_relaxed(data,
apbc
->base);
in clk_apbc_prepare()
54
if (
apbc
->lock)
in clk_apbc_prepare()
55
spin_unlock_irqrestore(
apbc
->lock, flags);
in clk_apbc_prepare()
57
udelay(
apbc
->delay);
in clk_apbc_prepare()
59
if (
apbc
in clk_apbc_prepare()
88
struct clk_
apbc
*
apbc
= to_clk_
apbc
(hw);
clk_apbc_unprepare()
local
126
struct clk_
apbc
*
apbc
;
mmp_clk_register_apbc()
local
[all...]
/kernel/linux/linux-6.6/drivers/clk/mmp/
H
A
D
clk-apbc.c
34
struct clk_apbc *
apbc
= to_clk_apbc(hw);
in clk_apbc_prepare()
local
42
if (
apbc
->lock)
in clk_apbc_prepare()
43
spin_lock_irqsave(
apbc
->lock, flags);
in clk_apbc_prepare()
45
data = readl_relaxed(
apbc
->base);
in clk_apbc_prepare()
46
if (
apbc
->flags & APBC_POWER_CTRL)
in clk_apbc_prepare()
49
writel_relaxed(data,
apbc
->base);
in clk_apbc_prepare()
51
if (
apbc
->lock)
in clk_apbc_prepare()
52
spin_unlock_irqrestore(
apbc
->lock, flags);
in clk_apbc_prepare()
54
udelay(
apbc
->delay);
in clk_apbc_prepare()
56
if (
apbc
in clk_apbc_prepare()
85
struct clk_
apbc
*
apbc
= to_clk_
apbc
(hw);
clk_apbc_unprepare()
local
123
struct clk_
apbc
*
apbc
;
mmp_clk_register_apbc()
local
[all...]
Completed in 1 milliseconds