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:__prci_clock
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/sifive/
H
A
D
sifive-prci.c
180
struct
__prci_clock
*pc = clk_hw_to_prci_clock(hw);
in sifive_prci_wrpll_recalc_rate()
190
struct
__prci_clock
*pc = clk_hw_to_prci_clock(hw);
in sifive_prci_wrpll_round_rate()
204
struct
__prci_clock
*pc = clk_hw_to_prci_clock(hw);
in sifive_prci_wrpll_set_rate()
225
struct
__prci_clock
*pc = clk_hw_to_prci_clock(hw);
in sifive_clk_is_enabled()
240
struct
__prci_clock
*pc = clk_hw_to_prci_clock(hw);
in sifive_prci_clock_enable()
257
struct
__prci_clock
*pc = clk_hw_to_prci_clock(hw);
in sifive_prci_clock_disable()
276
struct
__prci_clock
*pc = clk_hw_to_prci_clock(hw);
in sifive_prci_tlclksel_recalc_rate()
293
struct
__prci_clock
*pc = clk_hw_to_prci_clock(hw);
in sifive_prci_hfpclkplldiv_recalc_rate()
454
struct
__prci_clock
*pc = clk_hw_to_prci_clock(hw);
in sifive_prci_pcie_aux_clock_is_enabled()
468
struct
__prci_clock
*p
in sifive_prci_pcie_aux_clock_enable()
[all...]
H
A
D
sifive-prci.h
252
* struct
__prci_clock
- describes a clock device managed by PRCI
263
struct
__prci_clock
{
struct
272
#define clk_hw_to_prci_clock(pwd) container_of(pwd, struct
__prci_clock
, hw)
276
* @clks: point to a array of
__prci_clock
280
struct
__prci_clock
*clks;
H
A
D
fu540-prci.h
68
static struct
__prci_clock
__prci_init_clocks_fu540[] = {
H
A
D
fu740-prci.h
84
static struct
__prci_clock
__prci_init_clocks_fu740[] = {
/kernel/linux/linux-5.10/drivers/clk/sifive/
H
A
D
fu540-prci.c
169
* struct
__prci_clock
- describes a clock device managed by PRCI
180
struct
__prci_clock
{
struct
189
#define clk_hw_to_prci_clock(pwd) container_of(pwd, struct
__prci_clock
, hw)
384
struct
__prci_clock
*pc = clk_hw_to_prci_clock(hw);
in sifive_fu540_prci_wrpll_recalc_rate()
394
struct
__prci_clock
*pc = clk_hw_to_prci_clock(hw);
in sifive_fu540_prci_wrpll_round_rate()
409
struct
__prci_clock
*pc = clk_hw_to_prci_clock(hw);
in sifive_fu540_prci_wrpll_set_rate()
446
struct
__prci_clock
*pc = clk_hw_to_prci_clock(hw);
in sifive_fu540_prci_tlclksel_recalc_rate()
484
static struct
__prci_clock
__prci_init_clocks[] = {
522
struct
__prci_clock
*pic;
in __prci_register_clocks()
Completed in 4 milliseconds