Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h33298 #define S_SUBPRTL 3 macro
33300 #define V_SUBPRTL(x) ((x) << S_SUBPRTL)
33301 #define G_SUBPRTL(x) (((x) >> S_SUBPRTL) & M_SUBPRTL)