Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ptp.c178 static int ptp_pps_on(struct otx2_ptp *ptp, int on, u64 period) in ptp_pps_on() function
371 ptp_pps_on(ptp, on, period); in otx2_ptp_enable()
373 ptp_pps_on(ptp, on, period); in otx2_ptp_enable()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Dptp.c467 static int ptp_pps_on(struct ptp *ptp, int on, u64 period) in ptp_pps_on() function
649 err = ptp_pps_on(rvu->ptp, req->pps_on, req->period); in rvu_mbox_handler_ptp_op()