Searched refs:pulsewidth (Results 1 – 2 of 2) sorted by relevance
202 int64_t pulsewidth = -1; in main() local281 pulsewidth = atoi(optarg); in main()503 if (pulsewidth >= 0 && perout < 0) { in main()523 if (pulsewidth >= 0) { in main()525 perout_request.on.sec = pulsewidth / NSEC_PER_SEC; in main()526 perout_request.on.nsec = pulsewidth % NSEC_PER_SEC; in main()
225 int ret, event_pin, pulsewidth; in mchp_rds_ptp_perout() local240 ret = mchp_get_pulsewidth(phydev, perout, &pulsewidth); in mchp_rds_ptp_perout()245 ret = mchp_general_event_config(clock, pulsewidth); in mchp_rds_ptp_perout()