Searched refs:period_nsec (Results 1 – 1 of 1) sorted by relevance
487 u32 period_sec = 0, period_nsec = 0; in lan743x_ptp_perout() local541 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()