Lines Matching refs:value1

2910   bit32    value, value1;  in mpiWaitForConfigTable()  local
2924 value1 = siHalRegReadExt(agRoot, GEN_MSGU_SCRATCH_PAD_2,MSGU_SCRATCH_PAD_2); in mpiWaitForConfigTable()
2928 …_DBG1(("mpiWaitForConfigTable: Waiting for SPC FW becoming ready.P1 0x%X P2 0x%X\n",value,value1)); in mpiWaitForConfigTable()
2934 …_DBG1(("mpiWaitForConfigTable: AAP error state and code 0x%x, ScratchPad2=0x%x\n", value, value1)); in mpiWaitForConfigTable()
2944 if (SCRATCH_PAD2_ERR == (value1 & SCRATCH_PAD_STATE_MASK)) in mpiWaitForConfigTable()
2947 …SA_DBG1(("mpiWaitForConfigTable: IOP error state and code 0x%x, ScratchPad1=0x%x\n", value1, value… in mpiWaitForConfigTable()
2972 if (value1 & SCRATCH_PAD2_STATE_MASK) in mpiWaitForConfigTable()
2975 SA_DBG1(("mpiWaitForConfigTable: wrong state failure, scratchPad2 0x%x\n", value1)); in mpiWaitForConfigTable()
2995 value1 =siHalRegReadExt(agRoot, GEN_MSGU_SCRATCH_PAD_2,MSGU_SCRATCH_PAD_2) & SCRATCH_PAD2_RDY; in mpiWaitForConfigTable()
2998 …DBG1(("mpiWaitForConfigTable:VEN_DEV_SPCV force SCRATCH_PAD2 RDY 1 %08X 2 %08X\n" ,value,value1)); in mpiWaitForConfigTable()
2999 value1 =3; in mpiWaitForConfigTable()
3004 … SA_DBG1(("mpiWaitForConfigTable: Timeout!! SCRATCH_PAD1/2 value = 0x%x 0x%x\n", value, value1)); in mpiWaitForConfigTable()
3007 } while ((value != SCRATCH_PAD1_RDY) || (value1 != SCRATCH_PAD2_RDY)); in mpiWaitForConfigTable()
3030 …_DBG1(("mpiWaitForConfigTable: Waiting for _V_ FW becoming ready.P1 0x%X P2 0x%X\n",value,value1)); in mpiWaitForConfigTable()
3040 value1 = siHalRegReadExt(agRoot, GEN_MSGU_SCRATCH_PAD_2,MSGU_SCRATCH_PAD_2); in mpiWaitForConfigTable()
3044 … SA_DBG1(("mpiWaitForConfigTable: Timeout!! SCRATCH_PAD1/2 value = 0x%x 0x%x\n", value, value1)); in mpiWaitForConfigTable()
3053 SA_DBG1(("mpiWaitForConfigTable: FW Ready, SCRATCH_PAD1/2 value = 0x%x 0x%x\n", value, value1)); in mpiWaitForConfigTable()