Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadefs.h218 #define SHIFT18 18 macro
H A Dsaioctlcmd.c1224 …((( 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()
/freebsd/sys/dev/msk/
H A Dif_mskreg.h206 #define SHIFT18(x) ((x) << 18) macro