Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_time.c110 u64 addend, dclk_period; in fbnic_ptp_adjfine() local
114 dclk_period = (((u64)1000000000) << 32) / FBNIC_CLOCK_FREQ; in fbnic_ptp_adjfine()
115 addend = adjust_by_scaled_ppm(dclk_period, scaled_ppm); in fbnic_ptp_adjfine()
226 u64 dclk_period; in fbnic_ptp_reset() local
233 dclk_period = (((u64)1000000000) << 32) / FBNIC_CLOCK_FREQ; in fbnic_ptp_reset()
235 __fbnic_time_set_addend(fbd, dclk_period); in fbnic_ptp_reset()