Searched refs:clk_hsio_pll (Results 1 – 1 of 1) sorted by relevance
88 struct clk_hsio_pll { struct93 static inline struct clk_hsio_pll *to_clk_hsio_pll(struct clk_hw *hw) in to_clk_hsio_pll() argument95 return container_of(hw, struct clk_hsio_pll, hw); in to_clk_hsio_pll()100 struct clk_hsio_pll *clk = to_clk_hsio_pll(hw); in clk_hsio_pll_prepare()122 struct clk_hsio_pll *clk = to_clk_hsio_pll(hw); in clk_hsio_pll_unprepare()129 struct clk_hsio_pll *clk = to_clk_hsio_pll(hw); in clk_hsio_pll_is_prepared()149 struct clk_hsio_pll *clk_hsio_pll; in imx8mp_hsio_blk_ctrl_probe() local154 clk_hsio_pll = devm_kzalloc(bc->dev, sizeof(*clk_hsio_pll), GFP_KERNEL); in imx8mp_hsio_blk_ctrl_probe()155 if (!clk_hsio_pll) in imx8mp_hsio_blk_ctrl_probe()163 clk_hsio_pll->regmap = bc->regmap; in imx8mp_hsio_blk_ctrl_probe()[all …]