Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ptp/
H A Dtestptp.c201 int64_t perout_phase = -1; in main() local
233 perout_phase = atoll(optarg); in main()
508 if (perout_phase >= 0 && perout < 0) { in main()
528 if (perout_phase >= 0) { in main()
530 perout_request.phase.sec = perout_phase / NSEC_PER_SEC; in main()
531 perout_request.phase.nsec = perout_phase % NSEC_PER_SEC; in main()