Lines Matching refs:deviceLinkMem
728 saRoot->deviceLinkMem = memoryAllocated->agMemory[DEVICELINK_MEM_INDEX]; in saInitialize()
729 if(agNULL == saRoot->deviceLinkMem.virtPtr) in saInitialize()
736 si_memset(saRoot->deviceLinkMem.virtPtr, 0, saRoot->deviceLinkMem.totalLength); in saInitialize()
739 saRoot->deviceLinkMem.virtPtr, in saInitialize()
740 saRoot->deviceLinkMem.phyAddrLower, in saInitialize()
741 saRoot->deviceLinkMem.numElements, in saInitialize()
742 saRoot->deviceLinkMem.totalLength, in saInitialize()
743 saRoot->deviceLinkMem.type)); in saInitialize()
759 pDeviceDesc = (agsaDeviceDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->deviceLinkMem), i); in saInitialize()
3825 saRoot->deviceLinkMem = memoryAllocated->agMemory[DEVICELINK_MEM_INDEX]; in siInitResources()
3826 si_memset(saRoot->deviceLinkMem.virtPtr, 0, saRoot->deviceLinkMem.totalLength); in siInitResources()
3829 saRoot->deviceLinkMem.virtPtr, in siInitResources()
3830 saRoot->deviceLinkMem.phyAddrLower, in siInitResources()
3831 saRoot->deviceLinkMem.numElements, in siInitResources()
3832 saRoot->deviceLinkMem.totalLength, in siInitResources()
3833 saRoot->deviceLinkMem.type)); in siInitResources()
3845 pDeviceDesc = (agsaDeviceDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->deviceLinkMem), i); in siInitResources()