Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h33296 #define S_SUBPRTL 3 macro
33298 #define V_SUBPRTL(x) ((x) << S_SUBPRTL)
33299 #define G_SUBPRTL(x) (((x) >> S_SUBPRTL) & M_SUBPRTL)