bm1880_pll_hw_clock
static struct bm1880_pll_hw_clock bm1880_pll_clks[] = {
struct bm1880_pll_hw_clock *pll_hw = to_bm1880_pll_clk(hw);
static struct clk_hw *bm1880_clk_register_pll(struct bm1880_pll_hw_clock *pll_clk,
static int bm1880_clk_register_plls(struct bm1880_pll_hw_clock *clks,
struct bm1880_pll_hw_clock *bm1880_clk = &clks[i];
#define to_bm1880_pll_clk(_hw) container_of(_hw, struct bm1880_pll_hw_clock, hw)