Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/ptp/
H A Dtestptp.c172 int adjfreq = 0x7fffffff; in main() local
211 adjfreq = atoi(optarg); in main()
327 if (0x7fffffff != adjfreq) { in main()
330 tx.freq = ppb_to_scaled_ppm(adjfreq); in main()
H A Dphc.sh152 adjfreq() function
/openbmc/linux/include/linux/qed/
H A Dqed_eth_if.h254 int (*adjfreq)(struct qed_dev *, s32); member
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_ptp.c430 .adjfreq = qed_ptp_hw_adjfreq,
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_ptp.c50 rc = ptp->ops->adjfreq(edev->cdev, ppb); in qede_ptp_adjfine()
/openbmc/qemu/bsd-user/openbsd/
H A Dstrace.list8 { TARGET_OPENBSD_NR_adjfreq, "adjfreq", NULL, NULL, NULL },