Searched refs:PTP_PIN_CFG_DOM (Results 1 – 2 of 2) sorted by relevance
28 val &= ~(PTP_PIN_CFG_SYNC | PTP_PIN_CFG_ACTION_MASK | PTP_PIN_CFG_DOM); in ocelot_ptp_gettime64()61 val &= ~(PTP_PIN_CFG_SYNC | PTP_PIN_CFG_ACTION_MASK | PTP_PIN_CFG_DOM); in ocelot_ptp_settime64()73 val &= ~(PTP_PIN_CFG_SYNC | PTP_PIN_CFG_ACTION_MASK | PTP_PIN_CFG_DOM); in ocelot_ptp_settime64()99 PTP_PIN_CFG_DOM); in ocelot_ptp_adjtime()110 PTP_PIN_CFG_DOM); in ocelot_ptp_adjtime()696 val &= ~(PTP_PIN_CFG_SYNC | PTP_PIN_CFG_ACTION_MASK | PTP_PIN_CFG_DOM); in ocelot_get_hwtimestamp()
26 #define PTP_PIN_CFG_DOM BIT(0) macro