Home
last modified time | relevance | path

Searched refs:LL_FAST_IO (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadefs.h104 #define LL_FAST_IO (TIMERLINK_MEM_INDEX+1) macro
105 #define MPI_IBQ_OBQ_INDEX (LL_FAST_IO + 1)
109 #define LL_FAST_IO TIMERLINK_MEM_INDEX macro
110 #define MPI_IBQ_OBQ_INDEX (LL_FAST_IO + 1)
H A Dsainit.c187 agMemory[LL_FAST_IO].numElements = LL_FAST_IO_SIZE; in saGetRequirements()
188 agMemory[LL_FAST_IO].totalLength = LL_FAST_IO_SIZE * in saGetRequirements()
190 agMemory[LL_FAST_IO].alignment = sizeof(void*); in saGetRequirements()
191 agMemory[LL_FAST_IO].type = AGSA_CACHED_MEM; in saGetRequirements()
198 memoryRequirement->agMemory[LL_FAST_IO].type )); in saGetRequirements()
449 SA_ASSERT(size == agMemory[LL_FAST_IO].numElements, ""); in saInitialize()
450 SA_ASSERT(agMemory[LL_FAST_IO].virtPtr, ""); in saInitialize()
451 SA_ASSERT((agMemory[LL_FAST_IO].singleElementLength == in saInitialize()
454 (agMemory[LL_FAST_IO].totalLength == agMemory[LL_FAST_IO].numElements * in saInitialize()
457 for (i = 0, alignment = agMemory[LL_FAST_IO].alignment, in saInitialize()
[all …]