Home
last modified time | relevance | path

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

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