Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-highbank.c37 struct hb_clk { struct
46 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_prepare()
63 struct hb_clk *hbclk = to_hb_clk(hwclk); in clk_pll_unprepare()
266 struct hb_clk *hb_clk; in hb_clk_init() local
277 hb_clk = kzalloc(sizeof(*hb_clk), GFP_KERNEL); in hb_clk_init()
278 if (WARN_ON(!hb_clk)) in hb_clk_init()
283 hb_clk->reg = of_iomap(srnp, 0); in hb_clk_init()
285 BUG_ON(!hb_clk->reg); in hb_clk_init()
286 hb_clk->reg += reg; in hb_clk_init()
297 hb_clk->hw.init = &init; in hb_clk_init()
[all …]