Searched refs:coregroup (Results 1 – 3 of 3) sorted by relevance
39 ptdev->clks.coregroup = devm_clk_get_optional(ptdev->base.dev, "coregroup"); in panthor_clk_init()40 if (IS_ERR(ptdev->clks.coregroup)) in panthor_clk_init()42 PTR_ERR(ptdev->clks.coregroup), in panthor_clk_init()436 ret = clk_prepare_enable(ptdev->clks.coregroup); in panthor_device_resume()481 clk_disable_unprepare(ptdev->clks.coregroup); in panthor_device_resume()543 clk_disable_unprepare(ptdev->clks.coregroup); in panthor_device_suspend()
91 struct clk *coregroup; member
452 clock-names = "core", "coregroup", "stacks";