Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dptp.c44 #define PTP_CLOCK_CFG_PPS_EN BIT_ULL(30) macro
483 clock_cfg |= PTP_CLOCK_CFG_PPS_EN | PTP_CLOCK_CFG_PPS_INV; in ptp_pps_on()
494 clock_cfg &= ~(PTP_CLOCK_CFG_PPS_EN | PTP_CLOCK_CFG_PPS_INV); in ptp_pps_on()