Searched refs:errorInfo1 (Results 1 – 6 of 6) sorted by relevance
1009 controllerStatus->fatalErrorInfo.errorInfo1 = ossaHwRegRead(agRoot, MSGU_SCRATCH_PAD_1); in saGetControllerStatus()1015 …saGetControllerStatus: SCRATCH_PAD1 value = 0x%x\n", controllerStatus->fatalErrorInfo.errorInfo1)); in saGetControllerStatus()1127 …_DBG2(("saGetControllerStatus: SCRATCH PAD1 0x%x\n", controllerStatus->fatalErrorInfo.errorInfo1)); in saGetControllerStatus()1164 controllerStatus->fatalErrorInfo.errorInfo1 = ossaHwRegRead(agRoot,V_Scratchpad_1_Register ); in saGetControllerStatus()1167 …de, AGSA_RC_HDA_NO_FW_RUNNING errorInfo1 = 0x%x\n",controllerStatus->fatalErrorInfo.errorInfo1 )); in saGetControllerStatus()1219 controllerStatus->fatalErrorInfo.errorInfo1 = ossaHwRegRead(agRoot,V_Scratchpad_1_Register ); in saGetControllerStatus()1223 …controllerStatus->bootStatus = ( (( controllerStatus->fatalErrorInfo.errorInfo1 >> SHIFT9) & 1 ) … in saGetControllerStatus()1229 …s->bootComponentState[0] = (bit16) (( controllerStatus->fatalErrorInfo.errorInfo1 & … in saGetControllerStatus()1230 …->bootComponentState[1] = (bit16) ((( controllerStatus->fatalErrorInfo.errorInfo1 >> SHIFT10) & 3… in saGetControllerStatus()1233 …->bootComponentState[4] = (bit16) ((( controllerStatus->fatalErrorInfo.errorInfo1 >> SHIFT2) & 3… in saGetControllerStatus()[all …]
119 fatal_error.errorInfo1 = value; in siFatalInterruptHandler()1286 fatal_error.errorInfo1 = value; in siProcessOBMsg()
152 fatal_error.errorInfo1 = value; in saHwReset()
538 if(controllerStatus.fatalErrorInfo.errorInfo1) in tiCOMReset()
2831 …BG1(("ossaHwCB: errorInfo0 %8X errorInfo1 %8X\n", FatalError->errorInfo0, FatalError->errorInfo1)); in ossaHwCB()
2016 bit32 errorInfo1; member