Searched refs:pulsewidth (Results 1 – 2 of 2) sorted by relevance
200 int64_t pulsewidth = -1; in main() local274 pulsewidth = atoi(optarg); in main()496 if (pulsewidth >= 0 && perout < 0) { in main()516 if (pulsewidth >= 0) { in main()518 perout_request.on.sec = pulsewidth / NSEC_PER_SEC; in main()519 perout_request.on.nsec = pulsewidth % NSEC_PER_SEC; in main()
225 int ret, event_pin, pulsewidth; in mchp_rds_ptp_perout() local244 ret = mchp_get_pulsewidth(phydev, perout, &pulsewidth); in mchp_rds_ptp_perout()249 ret = mchp_general_event_config(clock, pulsewidth); in mchp_rds_ptp_perout()