Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h42519 #define S_TPSEL 0 macro
42521 #define V_TPSEL(x) ((x) << S_TPSEL)
42522 #define G_TPSEL(x) (((x) >> S_TPSEL) & M_TPSEL)