Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cxgbe/common/
H A Dt4_regs.h35513 #define S_MIN_PTP_SPACE 24 macro
35515 #define V_MIN_PTP_SPACE(x) ((x) << S_MIN_PTP_SPACE)
35516 #define G_MIN_PTP_SPACE(x) (((x) >> S_MIN_PTP_SPACE) & M_MIN_PTP_SPACE)