Searched refs:errorInfo3 (Results 1 – 5 of 5) sorted by relevance
1010 controllerStatus->fatalErrorInfo.errorInfo3 = ossaHwRegRead(agRoot, MSGU_SCRATCH_PAD_3); in saGetControllerStatus()1016 …saGetControllerStatus: SCRATCH_PAD3 value = 0x%x\n", controllerStatus->fatalErrorInfo.errorInfo3)); in saGetControllerStatus()1128 …_DBG2(("saGetControllerStatus: SCRATCH PAD3 0x%x\n", controllerStatus->fatalErrorInfo.errorInfo3)); in saGetControllerStatus()1165 controllerStatus->fatalErrorInfo.errorInfo3 = ossaHwRegRead(agRoot,V_Scratchpad_3_Register ); in saGetControllerStatus()1220 controllerStatus->fatalErrorInfo.errorInfo3 = ossaHwRegRead(agRoot,V_Scratchpad_3_Register ); in saGetControllerStatus()1223 … (( controllerStatus->fatalErrorInfo.errorInfo3 & 0x3) << SHIFT16) | /* bit 16 17 */ in saGetControllerStatus()1224 …((( controllerStatus->fatalErrorInfo.errorInfo3 >> SHIFT14) & 0x7) << SHIFT18) | /* bit 18 19 20… in saGetControllerStatus()1225 … ((( controllerStatus->fatalErrorInfo.errorInfo3 >> SHIFT4 ) & 0x1) << SHIFT23) | /* bit 23 */ in saGetControllerStatus()1226 … ((( controllerStatus->fatalErrorInfo.errorInfo3 >> SHIFT16) & 0xFF) << SHIFT24) );/* bit 24 31 */ in saGetControllerStatus()1249 …rStatus: fatalErrorInfo.errorInfo3 0x%x\n", controllerStatus->fatalErrorInfo.errorInfo3)); in saGetControllerStatus()
245 fatal_error.errorInfo3 = value; in siFatalInterruptHandler()1294 fatal_error.errorInfo3 = value; in siProcessOBMsg()
160 fatal_error.errorInfo3 = value; in saHwReset()
2017 bit32 errorInfo3; member
2831 …BG1(("ossaHwCB: errorInfo2 %8X errorInfo3 %8X\n", FatalError->errorInfo2, FatalError->errorInfo3)); in ossaHwCB()