Searched refs:PTP_PIN_CFG_DOM (Results 1 – 2 of 2) sorted by relevance
30 val &= ~(PTP_PIN_CFG_SYNC | PTP_PIN_CFG_ACTION_MASK | PTP_PIN_CFG_DOM); in ocelot_ptp_gettime64()63 val &= ~(PTP_PIN_CFG_SYNC | PTP_PIN_CFG_ACTION_MASK | PTP_PIN_CFG_DOM); in ocelot_ptp_settime64()75 val &= ~(PTP_PIN_CFG_SYNC | PTP_PIN_CFG_ACTION_MASK | PTP_PIN_CFG_DOM); in ocelot_ptp_settime64()101 PTP_PIN_CFG_DOM); in ocelot_ptp_adjtime()112 PTP_PIN_CFG_DOM); in ocelot_ptp_adjtime()817 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