Searched refs:ptpclk (Results 1 – 3 of 3) sorted by relevance
212 pdata->ptpclk = devm_clk_get(dev, XGBE_PTP_CLOCK); in xgbe_of_support()213 if (IS_ERR(pdata->ptpclk)) { in xgbe_of_support()215 return PTR_ERR(pdata->ptpclk); in xgbe_of_support()217 pdata->ptpclk_rate = clk_get_rate(pdata->ptpclk); in xgbe_of_support()
1218 struct clk *ptpclk; member
1875 ret = clk_prepare_enable(pdata->ptpclk); in xgbe_open()1902 clk_disable_unprepare(pdata->ptpclk); in xgbe_open()1926 clk_disable_unprepare(pdata->ptpclk); in xgbe_close()