Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-bm1880.c57 #define to_bm1880_pll_clk(_hw) container_of(_hw, struct bm1880_pll_hw_clock, hw)
133 struct bm1880_pll_hw_clock { struct
205 static struct bm1880_pll_hw_clock bm1880_pll_clks[] = {
495 struct bm1880_pll_hw_clock *pll_hw = to_bm1880_pll_clk(hw); in bm1880_pll_recalc_rate()
509 static struct clk_hw *bm1880_clk_register_pll(struct bm1880_pll_hw_clock *pll_clk, in bm1880_clk_register_pll()
525 static int bm1880_clk_register_plls(struct bm1880_pll_hw_clock *clks, in bm1880_clk_register_plls()
534 struct bm1880_pll_hw_clock *bm1880_clk = &clks[i]; in bm1880_clk_register_plls()