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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h259 #define S_MC3_BANK_CYCLE 8 macro
261 #define V_MC3_BANK_CYCLE(x) ((x) << S_MC3_BANK_CYCLE)
262 #define G_MC3_BANK_CYCLE(x) (((x) >> S_MC3_BANK_CYCLE) & M_MC3_BANK_CYCLE)

Completed in 365 milliseconds