Searched refs:clk48m (Results 1 – 1 of 1) sorted by relevance
75 struct clk *clk48m; member280 clk_disable_unprepare(t7l66xb->clk48m); in t7l66xb_suspend()290 clk_prepare_enable(t7l66xb->clk48m); in t7l66xb_resume()342 t7l66xb->clk48m = clk_get(&dev->dev, "CLK_CK48M"); in t7l66xb_probe()343 if (IS_ERR(t7l66xb->clk48m)) { in t7l66xb_probe()344 ret = PTR_ERR(t7l66xb->clk48m); in t7l66xb_probe()364 clk_prepare_enable(t7l66xb->clk48m); in t7l66xb_probe()393 clk_put(t7l66xb->clk48m); in t7l66xb_probe()409 clk_disable_unprepare(t7l66xb->clk48m); in t7l66xb_remove()410 clk_put(t7l66xb->clk48m); in t7l66xb_remove()