Searched refs:SHIFT18 (Results 1 – 3 of 3) sorted by relevance
218 #define SHIFT18 18 macro
1224 …((( controllerStatus->fatalErrorInfo.errorInfo3 >> SHIFT14) & 0x7) << SHIFT18) | /* bit 18 19 20… in saGetControllerStatus()1285 …ootStatus Encryption Sec Mode %x\n", ((controllerStatus->bootStatus & 0xC0000 ) >> SHIFT18) )); in saGetControllerStatus()
206 #define SHIFT18(x) ((x) << 18) macro