Searched refs:errorInfo1 (Results 1 – 6 of 6) sorted by relevance
1008 controllerStatus->fatalErrorInfo.errorInfo1 = ossaHwRegRead(agRoot, MSGU_SCRATCH_PAD_1); in saGetControllerStatus()1014 …saGetControllerStatus: SCRATCH_PAD1 value = 0x%x\n", controllerStatus->fatalErrorInfo.errorInfo1)); in saGetControllerStatus()1126 …_DBG2(("saGetControllerStatus: SCRATCH PAD1 0x%x\n", controllerStatus->fatalErrorInfo.errorInfo1)); in saGetControllerStatus()1163 controllerStatus->fatalErrorInfo.errorInfo1 = ossaHwRegRead(agRoot,V_Scratchpad_1_Register ); in saGetControllerStatus()1166 …de, AGSA_RC_HDA_NO_FW_RUNNING errorInfo1 = 0x%x\n",controllerStatus->fatalErrorInfo.errorInfo1 )); in saGetControllerStatus()1218 controllerStatus->fatalErrorInfo.errorInfo1 = ossaHwRegRead(agRoot,V_Scratchpad_1_Register ); in saGetControllerStatus()1222 …controllerStatus->bootStatus = ( (( controllerStatus->fatalErrorInfo.errorInfo1 >> SHIFT9) & 1 ) … in saGetControllerStatus()1228 …s->bootComponentState[0] = (bit16) (( controllerStatus->fatalErrorInfo.errorInfo1 & … in saGetControllerStatus()1229 …->bootComponentState[1] = (bit16) ((( controllerStatus->fatalErrorInfo.errorInfo1 >> SHIFT10) & 3… in saGetControllerStatus()1230 …->bootComponentState[2] = (bit16) ((( controllerStatus->fatalErrorInfo.errorInfo1 >> SHIFT12) & 3… in saGetControllerStatus()[all …]
118 fatal_error.errorInfo1 = value; in siFatalInterruptHandler()1285 fatal_error.errorInfo1 = value; in siProcessOBMsg()
151 fatal_error.errorInfo1 = value; in saHwReset()
537 if(controllerStatus.fatalErrorInfo.errorInfo1) in tiCOMReset()
2830 …BG1(("ossaHwCB: errorInfo0 %8X errorInfo1 %8X\n", FatalError->errorInfo0, FatalError->errorInfo1)); in ossaHwCB()
2015 bit32 errorInfo1; member