Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/hptmv/
H A Dentry.c251 dma_addr_t req_dma_addr; in hptmv_init_channel() local
269req_dma_addr = pAdapter->requestsArrayBaseDmaAlignedAddr + (channelNum * MV_EDMA_REQUEST_QUEUE_SIZ… in hptmv_init_channel()
272 KdPrint(("requestQueue addr is 0x%llX", (HPT_U64)(ULONG_PTR)req_dma_addr)); in hptmv_init_channel()
275 if (req_dma_addr & 0x3ff) in hptmv_init_channel()
279 (HPT_U64)(ULONG_PTR)req_dma_addr, channelNum); in hptmv_init_channel()
282 pMvSataChannel->requestQueuePciLowAddress = req_dma_addr; in hptmv_init_channel()