Searched refs:ptpclk (Results 1 – 3 of 3) sorted by relevance
74 pdata->ptpclk = devm_clk_get(dev, XGBE_PTP_CLOCK); in xgbe_of_support()75 if (IS_ERR(pdata->ptpclk)) { in xgbe_of_support()77 return PTR_ERR(pdata->ptpclk); in xgbe_of_support()79 pdata->ptpclk_rate = clk_get_rate(pdata->ptpclk); in xgbe_of_support()
1615 ret = clk_prepare_enable(pdata->ptpclk); in xgbe_open()1645 clk_disable_unprepare(pdata->ptpclk); in xgbe_open()1669 clk_disable_unprepare(pdata->ptpclk); in xgbe_close()
1140 struct clk *ptpclk; member