Home
last modified time | relevance | path

Searched refs:fatalErrorInterruptEnable (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c726 …idump_swConfig:swConfig->fatalErrorInterruptEnable 0x%x\n",swConfig->fatalErrorInterruptEnable )); in sidump_swConfig()
H A Dsainit.c1382 if(saRoot->swConfig.fatalErrorInterruptEnable) in saInitialize()
1405 …1(("saInitialize: swConfig->fatalErrorInterruptEnable %X\n",swConfig->fatalErrorInterruptEnable)); in saInitialize()
1452 …aInitialize: swConfig.fatalErrorInterruptEnable %d\n",saRoot->swConfig.fatalErrorInterruptEnable)); in saInitialize()
1456 if(saRoot->swConfig.fatalErrorInterruptEnable) in saInitialize()
1701 … (swConfig->fatalErrorInterruptEnable) /* bit 0*/ | in siConfiguration()
1717 …"siConfiguration: swConfig->fatalErrorInterruptEnable %X\n",swConfig->fatalErrorInterruptEnable)); in siConfiguration()
H A Dsaint.c343 if (saRoot->swConfig.fatalErrorInterruptEnable != 1) in saFatalInterruptHandler()
795 if( saRoot->swConfig.fatalErrorInterruptEnable && in saDelayedInterruptHandler()
1420 if(saRoot->swConfig.fatalErrorInterruptEnable) in saSystemInterruptsActive()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2330 bit32 fatalErrorInterruptEnable:1; /**< 0 Fatal Error Iterrupt Enable */ member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c811 SwConfig.fatalErrorInterruptEnable = 1; in tdsaLoLevelGetResource()
H A Dtdport.c195 SwConfig->fatalErrorInterruptEnable = 1; in tdsaGetSwConfigParams()