Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h1420 #define S_NULLPTR 20 macro
1422 #define V_NULLPTR(x) ((x) << S_NULLPTR)
1423 #define G_NULLPTR(x) (((x) >> S_NULLPTR) & M_NULLPTR)