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.h55324 #define S_TPSEL 0 macro
55326 #define V_TPSEL(x) ((x) << S_TPSEL)
55327 #define G_TPSEL(x) (((x) >> S_TPSEL) & M_TPSEL)