Lines Matching defs:dma_addr_t
133 typedef bus_addr_t dma_addr_t;
298 static void *dma_alloc_coherent(struct device *, size_t, dma_addr_t *, int);
299 static void dma_free_coherent(struct device *, size_t, volatile void *, dma_addr_t);
377 dma_addr_t ptr;
395 dma_addr_t addr;
407 dma_addr_t status;
408 dma_addr_t s_wptr, s_rptr;
409 dma_addr_t c_wptr, c_rptr;
410 dma_addr_t c_ring;
469 dma_addr_t tds_phys;
473 dma_addr_t *pages_phys;
510 dma_addr_t cp_phys;
618 static int xmm7360_cmd_ring_execute(struct xmm_dev *xmm, u8 cmd, u8 parm, u16 len, dma_addr_t ptr, u32 extra)
725 ring->pages_phys = kzalloc(sizeof(dma_addr_t)*depth, GFP_KERNEL);
2862 dma_alloc_coherent(struct device *self, size_t sz, dma_addr_t *physp, int flags)
2895 dma_free_coherent(struct device *self, size_t sz, volatile void *vaddr, dma_addr_t phys)