Searched refs:mac_ifc_clk (Results 1 – 1 of 1) sorted by relevance
266 struct clk *mac_ifc_clk; member 838 ret = clk_prepare_enable(priv->mac_ifc_clk); in hix5hd2_net_open() 848 clk_disable_unprepare(priv->mac_ifc_clk); in hix5hd2_net_open() 882 clk_disable_unprepare(priv->mac_ifc_clk); in hix5hd2_net_close() 1140 priv->mac_ifc_clk = devm_clk_get(&pdev->dev, "mac_ifc"); in hix5hd2_dev_probe() 1141 if (IS_ERR(priv->mac_ifc_clk)) in hix5hd2_dev_probe() 1142 priv->mac_ifc_clk = NULL; in hix5hd2_dev_probe() 1144 ret = clk_prepare_enable(priv->mac_ifc_clk); in hix5hd2_dev_probe() 1254 clk_disable_unprepare(priv->mac_ifc_clk); in hix5hd2_dev_probe() 1271 clk_disable_unprepare(priv->mac_ifc_clk); in hix5hd2_dev_probe() [all...]