Searched refs:PTP_PIN_CFG_ACTION (Results 1 – 3 of 3) sorted by relevance
23 val |= PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_SAVE); in ocelot_ptp_gettime64()56 val |= PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_IDLE); in ocelot_ptp_settime64()68 val |= PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_LOAD); in ocelot_ptp_settime64()90 val |= PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_IDLE); in ocelot_ptp_adjtime()101 val |= PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_DELTA); in ocelot_ptp_adjtime()225 val = PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_IDLE); in ocelot_ptp_enable()274 val = PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_CLOCK); in ocelot_ptp_enable()292 val = PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_CLOCK); in ocelot_ptp_enable()
471 val |= PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_SAVE); in ocelot_get_hwtimestamp()
25 #define PTP_PIN_CFG_ACTION(x) ((x) << 3) macro26 #define PTP_PIN_CFG_ACTION_MASK PTP_PIN_CFG_ACTION(0x7)