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:clk_elem
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/
H
A
D
clk-stm32h7.c
434
struct timer_ker *
clk_elem
= to_timer_ker(hw);
in timer_ker_recalc_rate()
local
436
u32 dppre_shift =
clk_elem
->dppre_shift;
in timer_ker_recalc_rate()
698
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
in pll_is_enabled()
local
699
struct clk_hw *_hw = &
clk_elem
->rgate.gate.hw;
in pll_is_enabled()
708
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
in pll_enable()
local
709
struct clk_hw *_hw = &
clk_elem
->rgate.gate.hw;
in pll_enable()
718
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
in pll_disable()
local
719
struct clk_hw *_hw = &
clk_elem
->rgate.gate.hw;
in pll_disable()
728
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
in pll_frac_is_enabled()
local
729
struct stm32_fractional_divider *fd = &
clk_elem
in pll_frac_is_enabled()
736
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
pll_read_frac()
local
746
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
pll_fd_recalc_rate()
local
[all...]
H
A
D
clk-stm32mp1.c
751
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
in __pll_is_enabled()
local
753
return readl_relaxed(
clk_elem
->reg) & PLL_ON;
in __pll_is_enabled()
760
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
in pll_enable()
local
766
spin_lock_irqsave(
clk_elem
->lock, flags);
in pll_enable()
771
reg = readl_relaxed(
clk_elem
->reg);
in pll_enable()
773
writel_relaxed(reg,
clk_elem
->reg);
in pll_enable()
781
bit_status = !(readl_relaxed(
clk_elem
->reg) & PLL_RDY);
in pll_enable()
789
spin_unlock_irqrestore(
clk_elem
->lock, flags);
in pll_enable()
796
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
in pll_disable()
local
800
spin_lock_irqsave(
clk_elem
in pll_disable()
811
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
pll_frac_val()
local
824
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
pll_recalc_rate()
local
848
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
pll_is_enabled()
local
[all...]
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clk-stm32h7.c
434
struct timer_ker *
clk_elem
= to_timer_ker(hw);
in timer_ker_recalc_rate()
local
436
u32 dppre_shift =
clk_elem
->dppre_shift;
in timer_ker_recalc_rate()
697
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
in pll_is_enabled()
local
698
struct clk_hw *_hw = &
clk_elem
->rgate.gate.hw;
in pll_is_enabled()
707
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
in pll_enable()
local
708
struct clk_hw *_hw = &
clk_elem
->rgate.gate.hw;
in pll_enable()
717
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
in pll_disable()
local
718
struct clk_hw *_hw = &
clk_elem
->rgate.gate.hw;
in pll_disable()
727
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
in pll_frac_is_enabled()
local
728
struct stm32_fractional_divider *fd = &
clk_elem
in pll_frac_is_enabled()
735
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
pll_read_frac()
local
745
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
pll_fd_recalc_rate()
local
[all...]
H
A
D
clk-stm32mp1.c
767
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
in __pll_is_enabled()
local
769
return readl_relaxed(
clk_elem
->reg) & PLL_ON;
in __pll_is_enabled()
776
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
in pll_enable()
local
782
spin_lock_irqsave(
clk_elem
->lock, flags);
in pll_enable()
787
reg = readl_relaxed(
clk_elem
->reg);
in pll_enable()
789
writel_relaxed(reg,
clk_elem
->reg);
in pll_enable()
797
bit_status = !(readl_relaxed(
clk_elem
->reg) & PLL_RDY);
in pll_enable()
805
spin_unlock_irqrestore(
clk_elem
->lock, flags);
in pll_enable()
812
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
in pll_disable()
local
816
spin_lock_irqsave(
clk_elem
in pll_disable()
827
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
pll_frac_val()
local
840
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
pll_recalc_rate()
local
864
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
pll_is_enabled()
local
877
struct stm32_pll_obj *
clk_elem
= to_pll(hw);
pll_get_parent()
local
[all...]
Completed in 9 milliseconds