Home
last modified time | relevance | path

Searched refs:errorInfo1 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaioctlcmd.c1008 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 …]
H A Dsaint.c118 fatal_error.errorInfo1 = value; in siFatalInterruptHandler()
1285 fatal_error.errorInfo1 = value; in siProcessOBMsg()
H A Dsahw.c151 fatal_error.errorInfo1 = value; in saHwReset()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c537 if(controllerStatus.fatalErrorInfo.errorInfo1) in tiCOMReset()
H A Dossacmnapi.c2830 …BG1(("ossaHwCB: errorInfo0 %8X errorInfo1 %8X\n", FatalError->errorInfo0, FatalError->errorInfo1)); in ossaHwCB()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2015 bit32 errorInfo1; member