Searched defs:S_FL0_POINTER (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h175 #define S_FL0_POINTER 0 macro
177 #define V_FL0_POINTER(x) ((x) << S_FL0_POINTER)
178 #define G_FL0_POINTER(x) (((x) >> S_FL0_POINTER) & M_FL0_POINTER)

Completed in 64 milliseconds