Home
last modified time | relevance | path

Searched refs:mpfs_ccc_pll_hw_clock (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/clk/microchip/
H A Dclk-mpfs-ccc.c42 struct mpfs_ccc_pll_hw_clock { struct
55 #define to_mpfs_ccc_clk(_hw) container_of(_hw, struct mpfs_ccc_pll_hw_clock, hw) argument
75 struct mpfs_ccc_pll_hw_clock *ccc_hw = to_mpfs_ccc_clk(hw); in mpfs_ccc_pll_recalc_rate()
90 struct mpfs_ccc_pll_hw_clock *ccc_hw = to_mpfs_ccc_clk(hw); in mpfs_ccc_pll_get_parent()
110 static struct mpfs_ccc_pll_hw_clock mpfs_ccc_pll_clks[] = {
161 struct mpfs_ccc_pll_hw_clock *parent) in mpfs_ccc_register_outputs()
196 static int mpfs_ccc_register_plls(struct device *dev, struct mpfs_ccc_pll_hw_clock *pll_hws, in mpfs_ccc_register_plls()
202 struct mpfs_ccc_pll_hw_clock *pll_hw = &pll_hws[i]; in mpfs_ccc_register_plls()