Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c645 U32 residAlign = 0; in agtiapi_MemAlloc() local
650 residAlign = (U64)*VirtAddr - (U64)*VirtAlloc; // find alignment needed in agtiapi_MemAlloc()
651 pmsc->typhIdx += residAlign + MemSize; // update index in agtiapi_MemAlloc()
652 residAlign = 0; // reset variable for reuse in agtiapi_MemAlloc()
658 residAlign = (U64)lPhysAligned - (U64)pDmaAddr; // find alignment needed in agtiapi_MemAlloc()
659 pmsc->tyPhsIx += residAlign + MemSize; // update index in agtiapi_MemAlloc()