Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/microchip/
Dlan743x_ptp.c426 u32 period_sec = 0, period_nsec = 0; in lan743x_ptp_perout() local
476 period_nsec = perout->period.nsec % 1000000000; in lan743x_ptp_perout()
479 if (period_nsec >= 400000000) { in lan743x_ptp_perout()
481 } else if (period_nsec >= 20000000) { in lan743x_ptp_perout()
483 } else if (period_nsec >= 2000000) { in lan743x_ptp_perout()
485 } else if (period_nsec >= 200000) { in lan743x_ptp_perout()
487 } else if (period_nsec >= 20000) { in lan743x_ptp_perout()
489 } else if (period_nsec >= 200) { in lan743x_ptp_perout()
523 period_nsec); in lan743x_ptp_perout()