Searched refs:mod_clk (Results 1 – 1 of 1) sorted by relevance
202 struct clk *bus_clk, *mod_clk; in sunxi_de2_clk_probe() local225 mod_clk = devm_clk_get(&pdev->dev, "mod"); in sunxi_de2_clk_probe()226 if (IS_ERR(mod_clk)) { in sunxi_de2_clk_probe()227 ret = PTR_ERR(mod_clk); in sunxi_de2_clk_probe()249 ret = clk_prepare_enable(mod_clk); in sunxi_de2_clk_probe()272 clk_disable_unprepare(mod_clk); in sunxi_de2_clk_probe()