Home
last modified time | relevance | path

Searched refs:ptpclk (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-platform.c212 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()
H A Dxgbe.h1185 struct clk *ptpclk; member
H A Dxgbe-drv.c1880 ret = clk_prepare_enable(pdata->ptpclk); in xgbe_open()
1907 clk_disable_unprepare(pdata->ptpclk); in xgbe_open()
1931 clk_disable_unprepare(pdata->ptpclk); in xgbe_close()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-platform.c212 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()
H A Dxgbe-drv.c1875 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()
H A Dxgbe.h1218 struct clk *ptpclk; member

Completed in 16 milliseconds