Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/memory/
Dmtk-smi.c74 struct clk *clk_gals0, *clk_gals1; member
108 ret = clk_prepare_enable(smi->clk_gals1); in mtk_smi_clk_enable()
125 clk_disable_unprepare(smi->clk_gals1); in mtk_smi_clk_disable()
489 common->clk_gals1 = devm_clk_get(dev, "gals1"); in mtk_smi_common_probe()
490 if (IS_ERR(common->clk_gals1)) in mtk_smi_common_probe()
491 return PTR_ERR(common->clk_gals1); in mtk_smi_common_probe()