Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_regs.h12241 #define S_DEBUGPAGE 10 macro
12243 #define V_DEBUGPAGE(x) ((x) << S_DEBUGPAGE)
12244 #define G_DEBUGPAGE(x) (((x) >> S_DEBUGPAGE) & M_DEBUGPAGE)