Home
last modified time | relevance | path

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

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