Searched defs:agsaMem_s (Results 1 – 1 of 1) sorted by relevance
2462 typedef struct agsaMem_s struct2464 void *virtPtr; /**< Virtual pointer to the memory chunk */2465 void *osHandle; /**< Handle used for OS to free memory */2466 bit32 phyAddrUpper; /**< Upper 32 bits of physical address */2467 bit32 phyAddrLower; /**< Lower 32 bits of physical address */2468 bit32 totalLength; /**< Total length in bytes allocated */2469 bit32 numElements; /**< Number of elements */2470 bit32 singleElementLength; /**< Size in bytes of an element */2471 bit32 alignment; /**< Alignment in bytes needed. A value of one indicates2473 bit32 type; /**< DMA or Cache */[all …]