Home
last modified time | relevance | path

Searched defs:hwclk (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/drivers/clk/
A Dclk-highbank.c44 static int clk_pll_prepare(struct clk_hw *hwclk) in clk_pll_prepare()
61 static void clk_pll_unprepare(struct clk_hw *hwclk) in clk_pll_unprepare()
71 static int clk_pll_enable(struct clk_hw *hwclk) in clk_pll_enable()
83 static void clk_pll_disable(struct clk_hw *hwclk) in clk_pll_disable()
93 static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk, in clk_pll_recalc_rate()
134 static long clk_pll_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_pll_round_rate()
145 static int clk_pll_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_pll_set_rate()
193 static unsigned long clk_cpu_periphclk_recalc_rate(struct clk_hw *hwclk, in clk_cpu_periphclk_recalc_rate()
205 static unsigned long clk_cpu_a9bclk_recalc_rate(struct clk_hw *hwclk, in clk_cpu_a9bclk_recalc_rate()
218 static unsigned long clk_periclk_recalc_rate(struct clk_hw *hwclk, in clk_periclk_recalc_rate()
[all …]
/linux-6.3-rc2/drivers/clk/socfpga/
A Dclk-pll-s10.c40 static unsigned long n5x_clk_pll_recalc_rate(struct clk_hw *hwclk, in n5x_clk_pll_recalc_rate()
61 static unsigned long agilex_clk_pll_recalc_rate(struct clk_hw *hwclk, in agilex_clk_pll_recalc_rate()
82 static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk, in clk_pll_recalc_rate()
106 static unsigned long clk_boot_clk_recalc_rate(struct clk_hw *hwclk, in clk_boot_clk_recalc_rate()
120 static u8 clk_pll_get_parent(struct clk_hw *hwclk) in clk_pll_get_parent()
130 static u8 clk_boot_get_parent(struct clk_hw *hwclk) in clk_boot_get_parent()
140 static int clk_pll_prepare(struct clk_hw *hwclk) in clk_pll_prepare()
153 static int n5x_clk_pll_prepare(struct clk_hw *hwclk) in n5x_clk_pll_prepare()
A Dclk-gate-s10.c21 static unsigned long socfpga_gate_clk_recalc_rate(struct clk_hw *hwclk, in socfpga_gate_clk_recalc_rate()
37 static unsigned long socfpga_dbg_clk_recalc_rate(struct clk_hw *hwclk, in socfpga_dbg_clk_recalc_rate()
51 static u8 socfpga_gate_get_parent(struct clk_hw *hwclk) in socfpga_gate_get_parent()
81 static u8 socfpga_agilex_gate_get_parent(struct clk_hw *hwclk) in socfpga_agilex_gate_get_parent()
A Dclk-periph-s10.c18 static unsigned long n5x_clk_peri_c_clk_recalc_rate(struct clk_hw *hwclk, in n5x_clk_peri_c_clk_recalc_rate()
33 static unsigned long clk_peri_c_clk_recalc_rate(struct clk_hw *hwclk, in clk_peri_c_clk_recalc_rate()
47 static unsigned long clk_peri_cnt_clk_recalc_rate(struct clk_hw *hwclk, in clk_peri_cnt_clk_recalc_rate()
63 static u8 clk_periclk_get_parent(struct clk_hw *hwclk) in clk_periclk_get_parent()
A Dclk-gate.c29 static u8 socfpga_clk_get_parent(struct clk_hw *hwclk) in socfpga_clk_get_parent()
56 static int socfpga_clk_set_parent(struct clk_hw *hwclk, u8 parent) in socfpga_clk_set_parent()
90 static unsigned long socfpga_clk_recalc_rate(struct clk_hw *hwclk, in socfpga_clk_recalc_rate()
A Dclk-periph.c17 static unsigned long clk_periclk_recalc_rate(struct clk_hw *hwclk, in clk_periclk_recalc_rate()
37 static u8 clk_periclk_get_parent(struct clk_hw *hwclk) in clk_periclk_get_parent()
A Dclk-periph-a10.c20 static unsigned long clk_periclk_recalc_rate(struct clk_hw *hwclk, in clk_periclk_recalc_rate()
39 static u8 clk_periclk_get_parent(struct clk_hw *hwclk) in clk_periclk_get_parent()
A Dclk-pll-a10.c34 static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk, in clk_pll_recalc_rate()
50 static u8 clk_pll_get_parent(struct clk_hw *hwclk) in clk_pll_get_parent()
A Dclk-pll.c38 static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk, in clk_pll_recalc_rate()
58 static u8 clk_pll_get_parent(struct clk_hw *hwclk) in clk_pll_get_parent()
A Dclk-gate-a10.c21 static unsigned long socfpga_gate_clk_recalc_rate(struct clk_hw *hwclk, in socfpga_gate_clk_recalc_rate()
/linux-6.3-rc2/drivers/clk/mvebu/
A Dclk-corediv.c79 static int clk_corediv_is_enabled(struct clk_hw *hwclk) in clk_corediv_is_enabled()
89 static int clk_corediv_enable(struct clk_hw *hwclk) in clk_corediv_enable()
108 static void clk_corediv_disable(struct clk_hw *hwclk) in clk_corediv_disable()
125 static unsigned long clk_corediv_recalc_rate(struct clk_hw *hwclk, in clk_corediv_recalc_rate()
138 static long clk_corediv_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_corediv_round_rate()
153 static int clk_corediv_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_corediv_set_rate()
A Dclk-cpu.c48 static unsigned long clk_cpu_recalc_rate(struct clk_hw *hwclk, in clk_cpu_recalc_rate()
59 static long clk_cpu_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_cpu_round_rate()
74 static int clk_cpu_off_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_cpu_off_set_rate()
108 static int clk_cpu_on_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_cpu_on_set_rate()
151 static int clk_cpu_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_cpu_set_rate()
/linux-6.3-rc2/arch/arm/mach-omap2/
A Domap-iommu.c56 struct clk_hw_omap *hwclk; in _get_pwrdm() local
A Dpdata-quirks.c275 struct clk_hw_omap *hwclk; in ti_sysc_find_one_clockdomain() local
/linux-6.3-rc2/drivers/cpufreq/
A Dqoriq-cpufreq.c161 const struct clk_hw *hwclk; in qoriq_cpufreq_cpu_init() local
/linux-6.3-rc2/drivers/clk/ti/
A Dclkctrl.c725 struct clk_hw_omap *hwclk; in ti_clk_is_in_standby() local

Completed in 33 milliseconds