Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/
H A Dhix5hd2_gmac.c265 struct clk *mac_core_clk; member
832 ret = clk_prepare_enable(priv->mac_core_clk); in hix5hd2_net_open()
840 clk_disable_unprepare(priv->mac_core_clk); in hix5hd2_net_open()
849 clk_disable_unprepare(priv->mac_core_clk); in hix5hd2_net_open()
883 clk_disable_unprepare(priv->mac_core_clk); in hix5hd2_net_close()
1127 priv->mac_core_clk = devm_clk_get(&pdev->dev, "mac_core"); in hix5hd2_dev_probe()
1128 if (IS_ERR(priv->mac_core_clk)) { in hix5hd2_dev_probe()
1134 ret = clk_prepare_enable(priv->mac_core_clk); in hix5hd2_dev_probe()
1255 clk_disable_unprepare(priv->mac_core_clk); in hix5hd2_dev_probe()
1273 clk_disable_unprepare(priv->mac_core_clk); in hix5hd2_dev_probe()
[all...]