Searched defs:hwclk (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/clk/ |
D | clk-highbank.c | 55 static int clk_pll_prepare(struct clk_hw *hwclk) in clk_pll_prepare() 72 static void clk_pll_unprepare(struct clk_hw *hwclk) in clk_pll_unprepare() 82 static int clk_pll_enable(struct clk_hw *hwclk) in clk_pll_enable() 94 static void clk_pll_disable(struct clk_hw *hwclk) in clk_pll_disable() 104 static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk, in clk_pll_recalc_rate() 145 static long clk_pll_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_pll_round_rate() 156 static int clk_pll_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_pll_set_rate() 204 static unsigned long clk_cpu_periphclk_recalc_rate(struct clk_hw *hwclk, in clk_cpu_periphclk_recalc_rate() 216 static unsigned long clk_cpu_a9bclk_recalc_rate(struct clk_hw *hwclk, in clk_cpu_a9bclk_recalc_rate() 229 static unsigned long clk_periclk_recalc_rate(struct clk_hw *hwclk, in clk_periclk_recalc_rate() [all …]
|
/linux-4.1.27/drivers/clk/mvebu/ |
D | clk-cpu.c | 49 static unsigned long clk_cpu_recalc_rate(struct clk_hw *hwclk, in clk_cpu_recalc_rate() 60 static long clk_cpu_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_cpu_round_rate() 75 static int clk_cpu_off_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_cpu_off_set_rate() 109 static int clk_cpu_on_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_cpu_on_set_rate() 152 static int clk_cpu_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_cpu_set_rate()
|
D | clk-corediv.c | 76 static int clk_corediv_is_enabled(struct clk_hw *hwclk) in clk_corediv_is_enabled() 86 static int clk_corediv_enable(struct clk_hw *hwclk) in clk_corediv_enable() 105 static void clk_corediv_disable(struct clk_hw *hwclk) in clk_corediv_disable() 122 static unsigned long clk_corediv_recalc_rate(struct clk_hw *hwclk, in clk_corediv_recalc_rate() 135 static long clk_corediv_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_corediv_round_rate() 150 static int clk_corediv_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_corediv_set_rate()
|
/linux-4.1.27/drivers/clk/socfpga/ |
D | clk-gate.c | 44 static u8 socfpga_clk_get_parent(struct clk_hw *hwclk) in socfpga_clk_get_parent() 70 static int socfpga_clk_set_parent(struct clk_hw *hwclk, u8 parent) in socfpga_clk_set_parent() 103 static unsigned long socfpga_clk_recalc_rate(struct clk_hw *hwclk, in socfpga_clk_recalc_rate() 124 static int socfpga_clk_prepare(struct clk_hw *hwclk) in socfpga_clk_prepare()
|
D | clk-pll.c | 49 static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk, in clk_pll_recalc_rate() 69 static u8 clk_pll_get_parent(struct clk_hw *hwclk) in clk_pll_get_parent()
|
D | clk-periph.c | 28 static unsigned long clk_periclk_recalc_rate(struct clk_hw *hwclk, in clk_periclk_recalc_rate()
|