Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pmdomain/imx/
H A Dimx8mp-blk-ctrl.c88 struct clk_hsio_pll { struct
93 static inline struct clk_hsio_pll *to_clk_hsio_pll(struct clk_hw *hw) in to_clk_hsio_pll() argument
95 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() local
154 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 …]