Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c487 u32 period_sec = 0, period_nsec = 0; in lan743x_ptp_perout() local
541 period_nsec = perout_request->period.nsec % 1000000000; in lan743x_ptp_perout()
544 if (period_nsec >= 400000000) { in lan743x_ptp_perout()
546 } else if (period_nsec >= 20000000) { in lan743x_ptp_perout()
548 } else if (period_nsec >= 2000000) { in lan743x_ptp_perout()
550 } else if (period_nsec >= 200000) { in lan743x_ptp_perout()
552 } else if (period_nsec >= 20000) { in lan743x_ptp_perout()
554 } else if (period_nsec >= 200) { in lan743x_ptp_perout()
588 period_nsec); in lan743x_ptp_perout()