Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h1923 #define S_RSTMAX 0 macro
1925 #define V_RSTMAX(x) ((x) << S_RSTMAX)
1926 #define G_RSTMAX(x) (((x) >> S_RSTMAX) & M_RSTMAX)