Searched refs:dma_va (Results 1 – 2 of 2) sorted by relevance
259 dma_free_coherent(&pdev->dev, data->dma_size, data->dma_va, in ilo_ccb_close()265 char *dma_va; in ilo_ccb_setup() local276 data->dma_va = dma_alloc_coherent(&hw->ilo_dev->dev, data->dma_size, in ilo_ccb_setup()278 if (!data->dma_va) in ilo_ccb_setup()281 dma_va = (char *)data->dma_va; in ilo_ccb_setup()284 dma_va = (char *)roundup((unsigned long)dma_va, ILO_START_ALIGN); in ilo_ccb_setup()294 fifo_setup(dma_va, NR_QENTRY); in ilo_ccb_setup()295 driver_ccb->ccb_u1.send_fifobar = dma_va + FIFOHANDLESIZE; in ilo_ccb_setup()297 dma_va += fifo_sz(NR_QENTRY); in ilo_ccb_setup()300 dma_va = (char *)roundup((unsigned long)dma_va, ILO_CACHE_SZ); in ilo_ccb_setup()[all …]
143 void *dma_va; member