Searched refs:lsExecuteResp (Results 1 – 1 of 1) sorted by relevance
47 UINT8 lsExecuteResp[4]; variable142 lsExecuteResp[0] = TAG_LSES_RESP; in initialize()143 lsExecuteResp[1] = TAG_LSES_RSPLEN; in initialize()144 lsExecuteResp[2] = LS_ABORT_SW1; in initialize()145 lsExecuteResp[3] = LS_ABORT_SW2; in initialize()217 if((status != STATUS_OK)&&(lsExecuteResp[2] == 0x90)&& in Perform_ALA()218 (lsExecuteResp[3] == 0x00)) in Perform_ALA()220 lsExecuteResp[2] = LS_ABORT_SW1; in Perform_ALA()221 lsExecuteResp[3] = LS_ABORT_SW2; in Perform_ALA()223 memcpy(&respSW[0],&lsExecuteResp[0],4); in Perform_ALA()[all …]