Home
last modified time | relevance | path

Searched refs:EVNT_TS_LEN_SHIFT (Results 1 – 2 of 2) sorted by relevance

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