Home
last modified time | relevance | path

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

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