Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/memory/
Dmtk-smi.c138 struct clk *clk_async; /*only needed by mt2701*/ member
659 common->clk_async = devm_clk_get(dev, "async"); in mtk_smi_common_probe()
660 if (IS_ERR(common->clk_async)) in mtk_smi_common_probe()
661 return PTR_ERR(common->clk_async); in mtk_smi_common_probe()
663 ret = clk_prepare_enable(common->clk_async); in mtk_smi_common_probe()