Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c444 uint64_t physAddress; in BM_POOL_PutBuf() local
451 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()