Searched refs:SHIFT23 (Results 1 – 3 of 3) sorted by relevance
223 #define SHIFT23 23 macro
1225 … ((( controllerStatus->fatalErrorInfo.errorInfo3 >> SHIFT4 ) & 0x1) << SHIFT23) | /* bit 23 */ in saGetControllerStatus()
201 #define SHIFT23(x) ((x) << 23) macro