Searched refs:errorInfo3 (Results 1 – 5 of 5) sorted by relevance
1011 controllerStatus->fatalErrorInfo.errorInfo3 = ossaHwRegRead(agRoot, MSGU_SCRATCH_PAD_3); in saGetControllerStatus()1017 …saGetControllerStatus: SCRATCH_PAD3 value = 0x%x\n", controllerStatus->fatalErrorInfo.errorInfo3)); in saGetControllerStatus()1129 …_DBG2(("saGetControllerStatus: SCRATCH PAD3 0x%x\n", controllerStatus->fatalErrorInfo.errorInfo3)); in saGetControllerStatus()1166 controllerStatus->fatalErrorInfo.errorInfo3 = ossaHwRegRead(agRoot,V_Scratchpad_3_Register ); in saGetControllerStatus()1221 controllerStatus->fatalErrorInfo.errorInfo3 = ossaHwRegRead(agRoot,V_Scratchpad_3_Register ); in saGetControllerStatus()1224 … (( controllerStatus->fatalErrorInfo.errorInfo3 & 0x3) << SHIFT16) | /* bit 16 17 */ in saGetControllerStatus()1225 …((( controllerStatus->fatalErrorInfo.errorInfo3 >> SHIFT14) & 0x7) << SHIFT18) | /* bit 18 19 20… in saGetControllerStatus()1226 … ((( controllerStatus->fatalErrorInfo.errorInfo3 >> SHIFT4 ) & 0x1) << SHIFT23) | /* bit 23 */ in saGetControllerStatus()1227 … ((( controllerStatus->fatalErrorInfo.errorInfo3 >> SHIFT16) & 0xFF) << SHIFT24) );/* bit 24 31 */ in saGetControllerStatus()1250 …rStatus: fatalErrorInfo.errorInfo3 0x%x\n", controllerStatus->fatalErrorInfo.errorInfo3)); in saGetControllerStatus()
246 fatal_error.errorInfo3 = value; in siFatalInterruptHandler()1295 fatal_error.errorInfo3 = value; in siProcessOBMsg()
161 fatal_error.errorInfo3 = value; in saHwReset()
2018 bit32 errorInfo3; member
2832 …BG1(("ossaHwCB: errorInfo2 %8X errorInfo3 %8X\n", FatalError->errorInfo2, FatalError->errorInfo3)); in ossaHwCB()