Searched refs:eOpType (Results 1 – 3 of 3) sorted by relevance
412 CF_OPERATION_TYPE eOpType = E_CF_OP_TYPE_OP_CWC; in MDrv_CF_Issue_Op() local439 eOpType = (pCfOperations->Op[0]&CF_OP_TYPE_MASK)>>CF_OP_TYPE_POS; in MDrv_CF_Issue_Op()441 _TCF_DBG("[%s] Operation Type= %u\n", __FUNCTION__, eOpType); in MDrv_CF_Issue_Op()442 if( _bActivateCFB && (eOpType==E_CF_OP_TYPE_OP_CWC) ) in MDrv_CF_Issue_Op()465 if( _bActivateCFB && (eOpType==E_CF_OP_TYPE_OP_CWC) ) in MDrv_CF_Issue_Op()484 if( (_bActivateCFB==FALSE) && (eOpType==E_CF_OP_TYPE_OP_CWC) ) in MDrv_CF_Issue_Op()793 switch(pCfkeOp->eOpType){ in MDrv_CFKE_Cmd_Exe()800 if( E_CFKE_OP_DCF!=pCfkeOp->eOpType){ in MDrv_CFKE_Cmd_Exe()813 u32Cmd |= pCfkeOp->eOpType << CFKE_CMD_OP_POS; in MDrv_CFKE_Cmd_Exe()825 if( E_CFKE_OP_XOR!=pCfkeOp->eOpType){ in MDrv_CFKE_Cmd_Exe()[all …]
484 CFKE_OPERATION_TYPE eOpType; /**< Type of operation to be issued. */ member
31062 CFKE_OPERATION_TYPE eOpType;