Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_regs.h4145 #define S_PL_CONTROL 16 macro
4147 #define V_PL_CONTROL(x) ((x) << S_PL_CONTROL)
4148 #define G_PL_CONTROL(x) (((x) >> S_PL_CONTROL) & M_PL_CONTROL)