Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h180 #define S_FL1_POINTER 0 macro
182 #define V_FL1_POINTER(x) ((x) << S_FL1_POINTER)
183 #define G_FL1_POINTER(x) (((x) >> S_FL1_POINTER) & M_FL1_POINTER)