Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdesgl.c149 SwConfig.fatalErrorInterruptVector = 1; in tdsaEsglInit()
H A Dtdport.c196 SwConfig->fatalErrorInterruptVector = 0; /* Was 1 */ in tdsaGetSwConfigParams()
4299 …tdsaAllShared->SwConfig.fatalErrorInterruptVector = loResource->loLevelOption.maxInterruptVectors … in tiCOMPortInit()
4302 …: SwConfig->fatalErrorInterruptVector 0x%x\n", tdsaAllShared->SwConfig.fatalErrorInterruptVector)); in tiCOMPortInit()
H A Dtdinit.c812 SwConfig.fatalErrorInterruptVector = 0; /* Was 1 */ in tdsaLoLevelGetResource()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c1384 ossaDisableInterrupts(agRoot,saRoot->swConfig.fatalErrorInterruptVector ); in saInitialize()
1407 …ze: saRoot->swConfig.fatalErrorInterruptVector %X\n",saRoot->swConfig.fatalErrorInterruptVector)); in saInitialize()
1453 …aInitialize: swConfig.fatalErrorInterruptVector %d\n",saRoot->swConfig.fatalErrorInterruptVector)); in saInitialize()
1466 ossaReenableInterrupts(agRoot,saRoot->swConfig.fatalErrorInterruptVector ); in saInitialize()
1508 saFatalInterruptHandler(agRoot, saRoot->swConfig.fatalErrorInterruptVector ); in siReadControllerStatus()
1712 … ((swConfig->fatalErrorInterruptVector & FATAL_ERROR_INT_BITS) << SHIFT8) | in siConfiguration()
1718 …"siConfiguration: swConfig->fatalErrorInterruptVector %X\n",swConfig->fatalErrorInterruptVector)); in siConfiguration()
1799 …figuration:swConfig->fatalErrorInterruptVector 0x%X\n",swConfig->fatalErrorInterruptVector)); in siConfiguration()
H A Dsautil.c727 …idump_swConfig:swConfig->fatalErrorInterruptVector 0x%x\n",swConfig->fatalErrorInterruptVector )); in sidump_swConfig()
H A Dsaint.c350 if (saRoot->swConfig.fatalErrorInterruptVector != interruptVectorIndex) in saFatalInterruptHandler()
353 saRoot->swConfig.fatalErrorInterruptVector, interruptVectorIndex)); in saFatalInterruptHandler()
796 saRoot->swConfig.fatalErrorInterruptVector == interruptVectorIndex ) in saDelayedInterruptHandler()
1422 ossaReenableInterrupts(agRoot,saRoot->swConfig.fatalErrorInterruptVector ); in saSystemInterruptsActive()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2332 bit32 fatalErrorInterruptVector:8; /**< 2-9 Fatal Error Interrupt Vector */ member