Home
last modified time | relevance | path

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

/dports/emulators/gxemul/gxemul-0.6.3/src/include/thirdparty/
H A Dps2_dmacreg.h238 #define D_STAT_CIM_SHIFT 16 macro
239 #define D_STAT_CIM(x) (((x) >> D_STAT_CIM_SHIFT) & D_STAT_CIM_MASK)
240 #define D_STAT_CIM_BIT(x) ((1 << (x)) << D_STAT_CIM_SHIFT)