Home
last modified time | relevance | path

Searched refs:PTP_PIN_CFG_ACTION (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mscc/
Docelot_ptp.c23 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()
Docelot.c471 val |= PTP_PIN_CFG_ACTION(PTP_PIN_ACTION_SAVE); in ocelot_get_hwtimestamp()
/Linux-v5.10/include/soc/mscc/
Docelot_ptp.h25 #define PTP_PIN_CFG_ACTION(x) ((x) << 3) macro
26 #define PTP_PIN_CFG_ACTION_MASK PTP_PIN_CFG_ACTION(0x7)