Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hptmv/
H A Dentry.c247 dma_addr_t req_dma_addr; in hptmv_init_channel() local
265req_dma_addr = pAdapter->requestsArrayBaseDmaAlignedAddr + (channelNum * MV_EDMA_REQUEST_QUEUE_SIZ… in hptmv_init_channel()
268 KdPrint(("requestQueue addr is 0x%llX", (HPT_U64)(ULONG_PTR)req_dma_addr)); in hptmv_init_channel()
271 if (req_dma_addr & 0x3ff) in hptmv_init_channel()
275 (HPT_U64)(ULONG_PTR)req_dma_addr, channelNum); in hptmv_init_channel()
278 pMvSataChannel->requestQueuePciLowAddress = req_dma_addr; in hptmv_init_channel()