Searched refs:dma_va (Results 1 – 2 of 2) sorted by relevance
261 dma_free_coherent(&pdev->dev, data->dma_size, data->dma_va, in ilo_ccb_close()267 char *dma_va; in ilo_ccb_setup() local278 data->dma_va = dma_alloc_coherent(&hw->ilo_dev->dev, data->dma_size, in ilo_ccb_setup()280 if (!data->dma_va) in ilo_ccb_setup()283 dma_va = (char *)data->dma_va; in ilo_ccb_setup()286 dma_va = (char *)roundup((unsigned long)dma_va, ILO_START_ALIGN); in ilo_ccb_setup()296 fifo_setup(dma_va, NR_QENTRY); in ilo_ccb_setup()297 driver_ccb->ccb_u1.send_fifobar = dma_va + FIFOHANDLESIZE; in ilo_ccb_setup()299 dma_va += fifo_sz(NR_QENTRY); in ilo_ccb_setup()302 dma_va = (char *)roundup((unsigned long)dma_va, ILO_CACHE_SZ); in ilo_ccb_setup()[all …]
143 void *dma_va; member