Searched refs:physAddress (Results 1 – 1 of 1) sorted by relevance
444 uint64_t physAddress; in BM_POOL_PutBuf() local451 physAddress = (uint64_t)(XX_VirtToPhys(p_Buff)); in BM_POOL_PutBuf()454 bufs[0].hi = (uint8_t)((physAddress & 0x000000ff00000000LL) >> 32); in BM_POOL_PutBuf()455 bufs[0].lo = (uint32_t)(physAddress & 0xffffffff); in BM_POOL_PutBuf()458 p_BmPool->bpid, (uint64_t)PTR_TO_UINT(p_Buff), physAddress)); in BM_POOL_PutBuf()