Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h621 #define S_INGPCIEBOUNDARY 7 macro
623 #define V_INGPCIEBOUNDARY(x) ((x) << S_INGPCIEBOUNDARY)
624 #define G_INGPCIEBOUNDARY(x) (((x) >> S_INGPCIEBOUNDARY) & M_INGPCIEBOUNDARY)