clk_hsio_pll
struct clk_hsio_pll *clk = to_clk_hsio_pll(hw);
struct clk_hsio_pll *clk = to_clk_hsio_pll(hw);
struct clk_hsio_pll *clk = to_clk_hsio_pll(hw);
struct clk_hsio_pll *clk_hsio_pll;
clk_hsio_pll = devm_kzalloc(bc->dev, sizeof(*clk_hsio_pll), GFP_KERNEL);
if (!clk_hsio_pll)
clk_hsio_pll->regmap = bc->regmap;
clk_hsio_pll->hw.init = &init;
hw = &clk_hsio_pll->hw;
static inline struct clk_hsio_pll *to_clk_hsio_pll(struct clk_hw *hw)
return container_of(hw, struct clk_hsio_pll, hw);