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:icst
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/versatile/
H
A
D
clk-icst.c
4
* We wrap the custom interface from <asm/hardware/
icst
.h> into the generic
22
#include "
icst
.h"
23
#include "clk-
icst
.h"
59
* @
icst
: the ICST clock to get
62
static int vco_get(struct clk_icst *
icst
, struct icst_vco *vco)
in vco_get()
argument
67
ret = regmap_read(
icst
->map,
icst
->vcoreg_off, &val);
in vco_get()
79
if (
icst
->ctype == ICST_INTEGRATOR_AP_CM) {
in vco_get()
94
if (
icst
->ctype == ICST_INTEGRATOR_AP_SYS) {
in vco_get()
109
if (
icst
in vco_get()
151
vco_set(struct clk_
icst
*
icst
, struct
icst
_vco vco)
vco_set()
argument
221
struct clk_
icst
*
icst
= to_
icst
(hw);
icst_recalc_rate()
local
239
struct clk_
icst
*
icst
= to_
icst
(hw);
icst_round_rate()
local
289
struct clk_
icst
*
icst
= to_
icst
(hw);
icst_set_rate()
local
343
struct clk_
icst
*
icst
;
icst_clk_setup()
local
[all...]
/kernel/linux/linux-6.6/drivers/clk/versatile/
H
A
D
clk-icst.c
4
* We wrap the custom interface from <asm/hardware/
icst
.h> into the generic
22
#include "
icst
.h"
23
#include "clk-
icst
.h"
60
* @
icst
: the ICST clock to get
63
static int vco_get(struct clk_icst *
icst
, struct icst_vco *vco)
in vco_get()
argument
68
ret = regmap_read(
icst
->map,
icst
->vcoreg_off, &val);
in vco_get()
80
if (
icst
->ctype == ICST_INTEGRATOR_AP_CM) {
in vco_get()
95
if (
icst
->ctype == ICST_INTEGRATOR_AP_SYS) {
in vco_get()
110
if (
icst
in vco_get()
152
vco_set(struct clk_
icst
*
icst
, struct
icst
_vco vco)
vco_set()
argument
222
struct clk_
icst
*
icst
= to_
icst
(hw);
icst_recalc_rate()
local
240
struct clk_
icst
*
icst
= to_
icst
(hw);
icst_round_rate()
local
290
struct clk_
icst
*
icst
= to_
icst
(hw);
icst_set_rate()
local
344
struct clk_
icst
*
icst
;
icst_clk_setup()
local
[all...]
Completed in 2 milliseconds