Home
last modified time | relevance | path

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

/drivers/memory/
Dmtk-smi.c79 struct clk *clk_gals0, *clk_gals1; member
114 ret = clk_prepare_enable(smi->clk_gals1); in mtk_smi_clk_enable()
131 clk_disable_unprepare(smi->clk_gals1); in mtk_smi_clk_disable()
516 common->clk_gals1 = devm_clk_get(dev, "gals1"); in mtk_smi_common_probe()
517 if (IS_ERR(common->clk_gals1)) in mtk_smi_common_probe()
518 return PTR_ERR(common->clk_gals1); in mtk_smi_common_probe()