Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c183 agsaMem_t *agMemory = memoryRequirement->agMemory; in saGetRequirements() local
191 agMemory[LL_FAST_IO].type = AGSA_CACHED_MEM; in saGetRequirements()
205 agsaMem_t *agMemory = memoryRequirement->agMemory; in saGetRequirements() local
209 agMemory[HDA_DMA_BUFFER].numElements = 1; in saGetRequirements()
210 agMemory[HDA_DMA_BUFFER].totalLength = agMemory[HDA_DMA_BUFFER].numElements * in saGetRequirements()
212 agMemory[HDA_DMA_BUFFER].alignment = 32; in saGetRequirements()
213 agMemory[HDA_DMA_BUFFER].type = AGSA_DMA_MEM; in saGetRequirements()
444 agsaMem_t *agMemory = memoryAllocated->agMemory; in saInitialize() local
450 SA_ASSERT(agMemory[LL_FAST_IO].virtPtr, ""); in saInitialize()
454 (agMemory[LL_FAST_IO].totalLength == agMemory[LL_FAST_IO].numElements * in saInitialize()
[all …]
H A Dsahw.c1945 if( saRoot->memoryAllocated.agMemory[i].totalLength > biggest) in siHDAMode_V()
1948 if(biggest < saRoot->memoryAllocated.agMemory[i].totalLength) in siHDAMode_V()
1951 biggest = saRoot->memoryAllocated.agMemory[i].totalLength; in siHDAMode_V()
1964 base_Hi = saRoot->memoryAllocated.agMemory[save].phyAddrUpper; in siHDAMode_V()
1965 base_Lo = saRoot->memoryAllocated.agMemory[save].phyAddrLower; in siHDAMode_V()
1966 pbase = saRoot->memoryAllocated.agMemory[save].virtPtr; in siHDAMode_V()
H A Dsaioctlcmd.c1357 eventLogInfo->eventLog1 = saRoot->memoryAllocated.agMemory[MPI_MEM_INDEX + MPI_EVENTLOG_INDEX]; in saGetControllerEventLogInfo()
1359 …eventLogInfo->eventLog2 = saRoot->memoryAllocated.agMemory[MPI_MEM_INDEX + MPI_IOP_EVENTLOG_INDEX]; in saGetControllerEventLogInfo()
2712 biggest = saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].totalLength; in siNonFatalErrorBuffer()
2726 if(saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].virtPtr) in siNonFatalErrorBuffer()
2728 si_memset(saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].virtPtr, 0, biggest); in siNonFatalErrorBuffer()
2765 …rTableOffset + MPI_FATAL_EDUMP_TABLE_LO_OFFSET, saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].p… in siNonFatalErrorBuffer()
2766 …rTableOffset + MPI_FATAL_EDUMP_TABLE_HI_OFFSET, saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].p… in siNonFatalErrorBuffer()
2841 …si_memcpy(forensicData->BufferType.dataBuf.directData, saRoot->memoryAllocated.agMemory[HDA_DMA_BU… in siNonFatalErrorBuffer()
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c2106 if ( AGSA_DMA_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2112 else if ( AGSA_CACHED_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2117 else if ( AGSA_CACHED_DMA_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2225 if ( AGSA_DMA_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2231 else if ( AGSA_CACHED_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2236 else if ( AGSA_CACHED_DMA_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2316 if ( AGSA_DMA_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2322 else if ( AGSA_CACHED_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2327 else if ( AGSA_CACHED_DMA_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2407 if ( AGSA_DMA_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
[all …]
H A Dtdport.c4165 agMemoryRequirement.agMemory[i].virtPtr = agNULL; in tiCOMPortInit()
4166 agMemoryRequirement.agMemory[i].osHandle = agNULL; in tiCOMPortInit()
4167 agMemoryRequirement.agMemory[i].phyAddrUpper = 0; in tiCOMPortInit()
4168 agMemoryRequirement.agMemory[i].phyAddrLower = 0; in tiCOMPortInit()
4169 agMemoryRequirement.agMemory[i].totalLength = 0; in tiCOMPortInit()
4170 agMemoryRequirement.agMemory[i].numElements = 0; in tiCOMPortInit()
4171 agMemoryRequirement.agMemory[i].singleElementLength = 0; in tiCOMPortInit()
4172 agMemoryRequirement.agMemory[i].alignment = 0; in tiCOMPortInit()
4173 agMemoryRequirement.agMemory[i].type = 0; in tiCOMPortInit()
4174 agMemoryRequirement.agMemory[i].reserved = 0; in tiCOMPortInit()
[all …]
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2536 agsaMem_t agMemory[AGSA_NUM_MEM_CHUNKS]; /**< The structure that defines the memory member