Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsahwreg.h399 #define SCRATCH_PAD3_V_ENC_READY 0x00000003 /* */ macro
400 #define SCRATCH_PAD3_V_ENC_MASK SCRATCH_PAD3_V_ENC_READY /* */
Dsaport.c586 if((ScratchPad3 & SCRATCH_PAD3_V_ENC_MASK) == SCRATCH_PAD3_V_ENC_READY ) /* 3 */ in saEncryptGetMode()
607 else if((ScratchPad3 & SCRATCH_PAD3_V_ENC_READY) == SCRATCH_PAD3_V_ENC_DISABLED) /* 0 */ in saEncryptGetMode()
Dsampirsp.c6823 if((ScratchPad3 & SCRATCH_PAD3_V_ENC_MASK) == SCRATCH_PAD3_V_ENC_READY ) /* 3 */ in mpiSetControllerConfigRsp()
6827 else if((ScratchPad3 & SCRATCH_PAD3_V_ENC_READY) == SCRATCH_PAD3_V_ENC_DISABLED) /* 0 */ in mpiSetControllerConfigRsp()