Lines Matching refs:hwclk
40 static unsigned long n5x_clk_pll_recalc_rate(struct clk_hw *hwclk, in n5x_clk_pll_recalc_rate() argument
43 struct socfpga_pll *socfpgaclk = to_socfpga_clk(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() argument
64 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk); in agilex_clk_pll_recalc_rate()
82 static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk, in clk_pll_recalc_rate() argument
85 struct socfpga_pll *socfpgaclk = to_socfpga_clk(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() argument
109 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk); in clk_boot_clk_recalc_rate()
120 static u8 clk_pll_get_parent(struct clk_hw *hwclk) in clk_pll_get_parent() argument
122 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk); in clk_pll_get_parent()
130 static u8 clk_boot_get_parent(struct clk_hw *hwclk) in clk_boot_get_parent() argument
132 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk); in clk_boot_get_parent()
140 static int clk_pll_prepare(struct clk_hw *hwclk) in clk_pll_prepare() argument
142 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk); in clk_pll_prepare()
153 static int n5x_clk_pll_prepare(struct clk_hw *hwclk) in n5x_clk_pll_prepare() argument
155 struct socfpga_pll *socfpgaclk = to_socfpga_clk(hwclk); in n5x_clk_pll_prepare()