Home
last modified time | relevance | path

Searched refs:numInterruptVectors (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsatypes.h263 bit32 numInterruptVectors; /**< Number of Interrupt Vectors configured from OS */ member
H A Dsainit.c2492 saRoot->numInterruptVectors = 0; in mpiInitialize()
2497 (saRoot->numInterruptVectors)++; in mpiInitialize()
2501 SA_DBG2(("mpiInitialize:(saRoot->numInterruptVectors) 0x%x\n",(saRoot->numInterruptVectors))); in mpiInitialize()
H A Dsaint.c1415 for(x=0; x < saRoot->numInterruptVectors; x++) in saSystemInterruptsActive()