Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ptp.c297 priv->plat->cdc_error_adj = 0; in stmmac_ptp_register()
299 priv->plat->cdc_error_adj = (2 * NSEC_PER_SEC) / priv->plat->clk_ptp_rate; in stmmac_ptp_register()
H A Dstmmac_main.c559 ns -= priv->plat->cdc_error_adj; in stmmac_get_tx_hwtstamp()
596 ns -= priv->plat->cdc_error_adj; in stmmac_get_rx_hwtstamp()
7347 ns -= priv->plat->cdc_error_adj; in stmmac_xdp_rx_timestamp()
/openbmc/linux/include/linux/
H A Dstmmac.h294 u32 cdc_error_adj; member