Home
last modified time | relevance | path

Searched refs:fatalErrorInfo (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsaioctlcmd.c1008 controllerStatus->fatalErrorInfo.errorInfo0 = ossaHwRegRead(agRoot, MSGU_SCRATCH_PAD_0); in saGetControllerStatus()
1009 controllerStatus->fatalErrorInfo.errorInfo1 = ossaHwRegRead(agRoot, MSGU_SCRATCH_PAD_1); in saGetControllerStatus()
1010 controllerStatus->fatalErrorInfo.errorInfo2 = ossaHwRegRead(agRoot, MSGU_SCRATCH_PAD_2); in saGetControllerStatus()
1011 controllerStatus->fatalErrorInfo.errorInfo3 = ossaHwRegRead(agRoot, MSGU_SCRATCH_PAD_3); in saGetControllerStatus()
1014 …SA_DBG1(("saGetControllerStatus: SCRATCH_PAD0 value = 0x%x\n", controllerStatus->fatalErrorInfo.er… in saGetControllerStatus()
1015 …SA_DBG1(("saGetControllerStatus: SCRATCH_PAD1 value = 0x%x\n", controllerStatus->fatalErrorInfo.er… in saGetControllerStatus()
1016 …SA_DBG1(("saGetControllerStatus: SCRATCH_PAD2 value = 0x%x\n", controllerStatus->fatalErrorInfo.er… in saGetControllerStatus()
1017 …SA_DBG1(("saGetControllerStatus: SCRATCH_PAD3 value = 0x%x\n", controllerStatus->fatalErrorInfo.er… in saGetControllerStatus()
1039 controllerStatus->fatalErrorInfo.regDumpBusBaseNum0 = saRoot->mainConfigTable.regDumpPCIBAR; in saGetControllerStatus()
1040 … controllerStatus->fatalErrorInfo.regDumpOffset0 = saRoot->mainConfigTable.FatalErrorDumpOffset0; in saGetControllerStatus()
[all …]
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdmisc.c538 if(controllerStatus.fatalErrorInfo.errorInfo1) in tiCOMReset()
/NextBSD/sys/dev/pms/RefTisa/sallsdk/api/
HDsa.h2079 agsaFatalErrorInfo_t fatalErrorInfo; /* fatal error information */ member