Searched refs:PTP_PIN_CFG_SYNC (Results 1 – 3 of 3) sorted by relevance
22 val &= ~(PTP_PIN_CFG_SYNC | PTP_PIN_CFG_ACTION_MASK | PTP_PIN_CFG_DOM); in ocelot_ptp_gettime64()55 val &= ~(PTP_PIN_CFG_SYNC | PTP_PIN_CFG_ACTION_MASK | PTP_PIN_CFG_DOM); in ocelot_ptp_settime64()67 val &= ~(PTP_PIN_CFG_SYNC | PTP_PIN_CFG_ACTION_MASK | PTP_PIN_CFG_DOM); in ocelot_ptp_settime64()88 val &= ~(PTP_PIN_CFG_SYNC | PTP_PIN_CFG_ACTION_MASK | in ocelot_ptp_adjtime()99 val &= ~(PTP_PIN_CFG_SYNC | PTP_PIN_CFG_ACTION_MASK | in ocelot_ptp_adjtime()275 val |= PTP_PIN_CFG_SYNC; in ocelot_ptp_enable()
470 val &= ~(PTP_PIN_CFG_SYNC | PTP_PIN_CFG_ACTION_MASK | PTP_PIN_CFG_DOM); in ocelot_get_hwtimestamp()
24 #define PTP_PIN_CFG_SYNC BIT(2) macro