Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/sunxi-ng/
Dccu-sun8i-de2.c202 struct clk *bus_clk, *mod_clk; in sunxi_de2_clk_probe() local
225 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()