Searched refs:ptpclk (Results 1 – 5 of 5) 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()
1197 struct clk *ptpclk; member
1946 ret = clk_prepare_enable(pdata->ptpclk); in xgbe_open()1973 clk_disable_unprepare(pdata->ptpclk); in xgbe_open()1997 clk_disable_unprepare(pdata->ptpclk); in xgbe_close()
35 u64 ptpclk; member
520 .ptpclk = 0x18, /* Spans 0x18 to 0x19 */551 .ptpclk = 0x19,