Searched refs:fatalErrorInterruptVector (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c728 SA_DBG2(("sidump_swConfig:swConfig->fatalErrorInterruptVector 0x%x\n",swConfig->fatalErrorInterruptVector ));
H A Dsainit.c1385 ossaDisableInterrupts(agRoot,saRoot->swConfig.fatalErrorInterruptVector );
1408 SA_DBG1(("saInitialize: saRoot->swConfig.fatalErrorInterruptVector %X\n",saRoot->swConfig.fatalErrorInterruptVector));
1454 SA_DBG1(("saInitialize: swConfig.fatalErrorInterruptVector %d\n",saRoot->swConfig.fatalErrorInterruptVector));
1467 ossaReenableInterrupts(agRoot,saRoot->swConfig.fatalErrorInterruptVector );
1509 saFatalInterruptHandler(agRoot, saRoot->swConfig.fatalErrorInterruptVector );
1713 ((swConfig->fatalErrorInterruptVector & FATAL_ERROR_INT_BITS) << SHIFT8) |
1719 SA_DBG1(("siConfiguration: swConfig->fatalErrorInterruptVector %X\n",swConfig->fatalErrorInterruptVector));
[all...]
H A Dsaint.c351 if (saRoot->swConfig.fatalErrorInterruptVector != interruptVectorIndex)
354 saRoot->swConfig.fatalErrorInterruptVector, interruptVectorIndex));
797 saRoot->swConfig.fatalErrorInterruptVector == interruptVectorIndex )
1423 ossaReenableInterrupts(agRoot,saRoot->swConfig.fatalErrorInterruptVector );
/freebsd-10.3-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdesgl.c150 SwConfig.fatalErrorInterruptVector = 1;
H A Dtdport.c197 SwConfig->fatalErrorInterruptVector = 0; /* Was 1 */
4300 tdsaAllShared->SwConfig.fatalErrorInterruptVector = loResource->loLevelOption.maxInterruptVectors > 31 ? 31 : loResource->loLevelOption.maxInterruptVectors -1;
4303 TI_DBG1(("tiCOMPortInit: SwConfig->fatalErrorInterruptVector 0x%x\n", tdsaAllShared->SwConfig.fatalErrorInterruptVector));
H A Dtdinit.c813 SwConfig.fatalErrorInterruptVector = 0; /* Was 1 */
/freebsd-10.3-release/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2333 bit32 fatalErrorInterruptVector:8; /**< 2-9 Fatal Error Interrupt Vector */ member in struct:agsaSwConfig_s

Completed in 149 milliseconds