Searched refs:physAddr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/inc/Peripherals/
H A Ddpaa_ext.h119 uint64_t physAddr = (uint64_t)(XX_VirtToPhys(val)); \
120 DPAA_FD_SET_ADDRH(fd, ((uint32_t)(physAddr >> 32))); \
121 DPAA_FD_SET_ADDRL(fd, (uint32_t)physAddr); \
187 uint64_t physAddr = (uint64_t)(XX_VirtToPhys(val)); \
188 DPAA_SGTE_SET_ADDRH(sgte, ((uint32_t)(physAddr >> 32))); \
189 DPAA_SGTE_SET_ADDRL(sgte, (uint32_t)physAddr); \
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c407 uint64_t physAddr; local
432 physAddr = (uint64_t)bufs[0].lo;
433 physAddr |= (uint64_t)(((uint64_t)bufs[0].hi << 32) & 0x000000ff00000000LL);
436 p_BmPool->bufferPoolInfo.f_PhysToVirt((physAddress_t)physAddr)));
438 return p_BmPool->bufferPoolInfo.f_PhysToVirt((physAddress_t)physAddr);
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h867 uint64_t physAddr = (uint64_t)((uint64_t)GET_UINT8(p_Bd->buff.high) << 32); local
868 physAddr |= GET_UINT32(p_Bd->buff.low);
870 return (uint8_t *)f_PhysToVirt((physAddress_t)(physAddr));
881 uint64_t physAddr = (uint64_t)(f_VirtToPhys(p_Buffer)); local
882 SET_ADDR(&p_Bd->buff, physAddr);
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c824 t_FmPhysAddr physAddr; local
827 FmGetPhysicalMuramBase(h_Fm, &physAddr);
828 ipcPhysAddr.high = physAddr.high;
829 ipcPhysAddr.low = physAddr.low;

Completed in 182 milliseconds