Searched refs:PTP_PIN_CFG_ACTION (Results 1 – 3 of 3) sorted by relevance
25 val |= PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_SAVE); in ocelot_ptp_gettime64()58 val |= PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_IDLE); in ocelot_ptp_settime64()70 val |= PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_LOAD); in ocelot_ptp_settime64()92 val |= PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_IDLE); in ocelot_ptp_adjtime()103 val |= PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_DELTA); in ocelot_ptp_adjtime()227 val = PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_IDLE); in ocelot_ptp_enable()276 val = PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_CLOCK); in ocelot_ptp_enable()294 val = PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_CLOCK); in ocelot_ptp_enable()
817 val |= PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_SAVE); in ocelot_get_hwtimestamp()
28 #define PTP_PIN_CFG_ACTION(x) ((x) << 3) macro29 #define PTP_PIN_CFG_ACTION_MASK PTP_PIN_CFG_ACTION(0x7)
Completed in 10 milliseconds