Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsahwreg.h398 #define SCRATCH_PAD3_V_ENC_READY 0x00000003 /* */ macro
399 #define SCRATCH_PAD3_V_ENC_MASK SCRATCH_PAD3_V_ENC_READY /* */
H A Dsaport.c585 if((ScratchPad3 & SCRATCH_PAD3_V_ENC_MASK) == SCRATCH_PAD3_V_ENC_READY ) /* 3 */ in saEncryptGetMode()
606 else if((ScratchPad3 & SCRATCH_PAD3_V_ENC_READY) == SCRATCH_PAD3_V_ENC_DISABLED) /* 0 */ in saEncryptGetMode()
H A Dsampirsp.c6819 if((ScratchPad3 & SCRATCH_PAD3_V_ENC_MASK) == SCRATCH_PAD3_V_ENC_READY ) /* 3 */ in mpiSetControllerConfigRsp()
6823 else if((ScratchPad3 & SCRATCH_PAD3_V_ENC_READY) == SCRATCH_PAD3_V_ENC_DISABLED) /* 0 */ in mpiSetControllerConfigRsp()