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