Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_regs.h481 #define S_INGPCIEBOUNDARY 7 macro
483 #define V_INGPCIEBOUNDARY(x) ((x) << S_INGPCIEBOUNDARY)
484 #define G_INGPCIEBOUNDARY(x) (((x) >> S_INGPCIEBOUNDARY) & M_INGPCIEBOUNDARY)