Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c184 agsaMem_t *agMemory = memoryRequirement->agMemory; in saGetRequirements() local
192 agMemory[LL_FAST_IO].type = AGSA_CACHED_MEM; in saGetRequirements()
206 agsaMem_t *agMemory = memoryRequirement->agMemory; in saGetRequirements() local
210 agMemory[HDA_DMA_BUFFER].numElements = 1; in saGetRequirements()
211 agMemory[HDA_DMA_BUFFER].totalLength = agMemory[HDA_DMA_BUFFER].numElements * in saGetRequirements()
213 agMemory[HDA_DMA_BUFFER].alignment = 32; in saGetRequirements()
214 agMemory[HDA_DMA_BUFFER].type = AGSA_DMA_MEM; in saGetRequirements()
445 agsaMem_t *agMemory = memoryAllocated->agMemory; in saInitialize() local
451 SA_ASSERT(agMemory[LL_FAST_IO].virtPtr, ""); in saInitialize()
455 (agMemory[LL_FAST_IO].totalLength == agMemory[LL_FAST_IO].numElements * in saInitialize()
[all …]
H A Dsahw.c1946 if( saRoot->memoryAllocated.agMemory[i].totalLength > biggest) in siHDAMode_V()
1949 if(biggest < saRoot->memoryAllocated.agMemory[i].totalLength) in siHDAMode_V()
1952 biggest = saRoot->memoryAllocated.agMemory[i].totalLength; in siHDAMode_V()
1965 base_Hi = saRoot->memoryAllocated.agMemory[save].phyAddrUpper; in siHDAMode_V()
1966 base_Lo = saRoot->memoryAllocated.agMemory[save].phyAddrLower; in siHDAMode_V()
1967 pbase = saRoot->memoryAllocated.agMemory[save].virtPtr; in siHDAMode_V()
H A Dsaioctlcmd.c1358 eventLogInfo->eventLog1 = saRoot->memoryAllocated.agMemory[MPI_MEM_INDEX + MPI_EVENTLOG_INDEX]; in saGetControllerEventLogInfo()
1360 …eventLogInfo->eventLog2 = saRoot->memoryAllocated.agMemory[MPI_MEM_INDEX + MPI_IOP_EVENTLOG_INDEX]; in saGetControllerEventLogInfo()
2713 biggest = saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].totalLength; in siNonFatalErrorBuffer()
2727 if(saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].virtPtr) in siNonFatalErrorBuffer()
2729 si_memset(saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].virtPtr, 0, biggest); in siNonFatalErrorBuffer()
2766 …rTableOffset + MPI_FATAL_EDUMP_TABLE_LO_OFFSET, saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].p… in siNonFatalErrorBuffer()
2767 …rTableOffset + MPI_FATAL_EDUMP_TABLE_HI_OFFSET, saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].p… in siNonFatalErrorBuffer()
2842 …si_memcpy(forensicData->BufferType.dataBuf.directData, saRoot->memoryAllocated.agMemory[HDA_DMA_BU… in siNonFatalErrorBuffer()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c2107 if ( AGSA_DMA_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2113 else if ( AGSA_CACHED_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2118 else if ( AGSA_CACHED_DMA_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2226 if ( AGSA_DMA_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2232 else if ( AGSA_CACHED_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2237 else if ( AGSA_CACHED_DMA_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2317 if ( AGSA_DMA_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2323 else if ( AGSA_CACHED_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2328 else if ( AGSA_CACHED_DMA_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
2408 if ( AGSA_DMA_MEM == memRequirement.agMemory[i].type ) in tdsaLoLevelGetResource()
[all …]
H A Dtdport.c4166 agMemoryRequirement.agMemory[i].virtPtr = agNULL; in tiCOMPortInit()
4167 agMemoryRequirement.agMemory[i].osHandle = agNULL; in tiCOMPortInit()
4168 agMemoryRequirement.agMemory[i].phyAddrUpper = 0; in tiCOMPortInit()
4169 agMemoryRequirement.agMemory[i].phyAddrLower = 0; in tiCOMPortInit()
4170 agMemoryRequirement.agMemory[i].totalLength = 0; in tiCOMPortInit()
4171 agMemoryRequirement.agMemory[i].numElements = 0; in tiCOMPortInit()
4172 agMemoryRequirement.agMemory[i].singleElementLength = 0; in tiCOMPortInit()
4173 agMemoryRequirement.agMemory[i].alignment = 0; in tiCOMPortInit()
4174 agMemoryRequirement.agMemory[i].type = 0; in tiCOMPortInit()
4175 agMemoryRequirement.agMemory[i].reserved = 0; in tiCOMPortInit()
[all …]
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2537 agsaMem_t agMemory[AGSA_NUM_MEM_CHUNKS]; /**< The structure that defines the memory member