Lines Matching refs:hwclk
40 static unsigned long n5x_clk_pll_recalc_rate(struct clk_hw *hwclk,
43 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk);
61 static unsigned long agilex_clk_pll_recalc_rate(struct clk_hw *hwclk,
64 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk);
82 static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk,
85 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk);
106 static unsigned long clk_boot_clk_recalc_rate(struct clk_hw *hwclk,
109 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk);
120 static u8 clk_pll_get_parent(struct clk_hw *hwclk)
122 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk);
130 static u8 clk_boot_get_parent(struct clk_hw *hwclk)
132 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk);
140 static int clk_pll_prepare(struct clk_hw *hwclk)
142 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk);
153 static int n5x_clk_pll_prepare(struct clk_hw *hwclk)
155 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk);