Home
last modified time | relevance | path

Searched refs:EVNT_TS_LEN_SHIFT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/phy/
H A Ddp83640_reg.h107 #define EVNT_TS_LEN_SHIFT (6) /* Indicates length of the Timestamp field in 16-bit words minus 1 */ macro
H A Ddp83640.c746 int words = (ests >> EVNT_TS_LEN_SHIFT) & EVNT_TS_LEN_MASK; in decode_evnt()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Ddp83640_reg.h107 #define EVNT_TS_LEN_SHIFT (6) /* Indicates length of the Timestamp field in 16-bit words minus 1 */ macro
H A Ddp83640.c748 int words = (ests >> EVNT_TS_LEN_SHIFT) & EVNT_TS_LEN_MASK; in decode_evnt()

Completed in 7 milliseconds