Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadefs.h105 #define LL_FAST_IO (TIMERLINK_MEM_INDEX+1) macro
106 #define MPI_IBQ_OBQ_INDEX (LL_FAST_IO + 1)
110 #define LL_FAST_IO TIMERLINK_MEM_INDEX macro
111 #define MPI_IBQ_OBQ_INDEX (LL_FAST_IO + 1)
H A Dsainit.c188 agMemory[LL_FAST_IO].numElements = LL_FAST_IO_SIZE; in saGetRequirements()
189 agMemory[LL_FAST_IO].totalLength = LL_FAST_IO_SIZE * in saGetRequirements()
191 agMemory[LL_FAST_IO].alignment = sizeof(void*); in saGetRequirements()
192 agMemory[LL_FAST_IO].type = AGSA_CACHED_MEM; in saGetRequirements()
199 memoryRequirement->agMemory[LL_FAST_IO].type )); in saGetRequirements()
450 SA_ASSERT(size == agMemory[LL_FAST_IO].numElements, ""); in saInitialize()
451 SA_ASSERT(agMemory[LL_FAST_IO].virtPtr, ""); in saInitialize()
452 SA_ASSERT((agMemory[LL_FAST_IO].singleElementLength == in saInitialize()
455 (agMemory[LL_FAST_IO].totalLength == agMemory[LL_FAST_IO].numElements * in saInitialize()
458 for (i = 0, alignment = agMemory[LL_FAST_IO].alignment, in saInitialize()
[all …]