Lines Matching refs:hwclk
34 static unsigned long agilex_clk_pll_recalc_rate(struct clk_hw *hwclk, in agilex_clk_pll_recalc_rate() argument
37 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk); in agilex_clk_pll_recalc_rate()
55 static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk, in clk_pll_recalc_rate() argument
58 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk); in clk_pll_recalc_rate()
79 static unsigned long clk_boot_clk_recalc_rate(struct clk_hw *hwclk, in clk_boot_clk_recalc_rate() argument
82 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk); in clk_boot_clk_recalc_rate()
93 static u8 clk_pll_get_parent(struct clk_hw *hwclk) in clk_pll_get_parent() argument
95 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk); in clk_pll_get_parent()
103 static u8 clk_boot_get_parent(struct clk_hw *hwclk) in clk_boot_get_parent() argument
105 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk); in clk_boot_get_parent()
113 static int clk_pll_prepare(struct clk_hw *hwclk) in clk_pll_prepare() argument
115 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk); in clk_pll_prepare()