Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dtdesgl.c150 SwConfig.fatalErrorInterruptVector = 1; in tdsaEsglInit()
Dtdport.c197 SwConfig->fatalErrorInterruptVector = 0; /* Was 1 */ in tdsaGetSwConfigParams()
4300 …tdsaAllShared->SwConfig.fatalErrorInterruptVector = loResource->loLevelOption.maxInterruptVectors … in tiCOMPortInit()
4303 …: SwConfig->fatalErrorInterruptVector 0x%x\n", tdsaAllShared->SwConfig.fatalErrorInterruptVector)); in tiCOMPortInit()
Dtdinit.c813 SwConfig.fatalErrorInterruptVector = 0; /* Was 1 */ in tdsaLoLevelGetResource()
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsainit.c1385 ossaDisableInterrupts(agRoot,saRoot->swConfig.fatalErrorInterruptVector ); in saInitialize()
1408 …ze: saRoot->swConfig.fatalErrorInterruptVector %X\n",saRoot->swConfig.fatalErrorInterruptVector)); in saInitialize()
1454 …aInitialize: swConfig.fatalErrorInterruptVector %d\n",saRoot->swConfig.fatalErrorInterruptVector)); in saInitialize()
1467 ossaReenableInterrupts(agRoot,saRoot->swConfig.fatalErrorInterruptVector ); in saInitialize()
1509 saFatalInterruptHandler(agRoot, saRoot->swConfig.fatalErrorInterruptVector ); in siReadControllerStatus()
1713 … ((swConfig->fatalErrorInterruptVector & FATAL_ERROR_INT_BITS) << SHIFT8) | in siConfiguration()
1719 …"siConfiguration: swConfig->fatalErrorInterruptVector %X\n",swConfig->fatalErrorInterruptVector)); in siConfiguration()
1800 …figuration:swConfig->fatalErrorInterruptVector 0x%X\n",swConfig->fatalErrorInterruptVector)); in siConfiguration()
Dsautil.c728 …idump_swConfig:swConfig->fatalErrorInterruptVector 0x%x\n",swConfig->fatalErrorInterruptVector )); in sidump_swConfig()
Dsaint.c351 if (saRoot->swConfig.fatalErrorInterruptVector != interruptVectorIndex) in saFatalInterruptHandler()
354 saRoot->swConfig.fatalErrorInterruptVector, interruptVectorIndex)); in saFatalInterruptHandler()
797 saRoot->swConfig.fatalErrorInterruptVector == interruptVectorIndex ) in saDelayedInterruptHandler()
1423 ossaReenableInterrupts(agRoot,saRoot->swConfig.fatalErrorInterruptVector ); in saSystemInterruptsActive()
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/
Dsa.h2333 bit32 fatalErrorInterruptVector:8; /**< 2-9 Fatal Error Interrupt Vector */ member