Searched refs:fatalErrorInterruptVector (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdesgl.c | 149 SwConfig.fatalErrorInterruptVector = 1; in tdsaEsglInit()
|
H A D | tdport.c | 196 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 D | tdinit.c | 812 SwConfig.fatalErrorInterruptVector = 0; /* Was 1 */ in tdsaLoLevelGetResource()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sainit.c | 1384 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 D | sautil.c | 727 …idump_swConfig:swConfig->fatalErrorInterruptVector 0x%x\n",swConfig->fatalErrorInterruptVector )); in sidump_swConfig()
|
H A D | saint.c | 350 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 D | sa.h | 2332 bit32 fatalErrorInterruptVector:8; /**< 2-9 Fatal Error Interrupt Vector */ member
|