Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h5093 #define S_PL_CONTROL 16 macro
5095 #define V_PL_CONTROL(x) ((x) << S_PL_CONTROL)
5096 #define G_PL_CONTROL(x) (((x) >> S_PL_CONTROL) & M_PL_CONTROL)