Lines Matching defs:dma
19 * device driver provides us with dma addresses
41 * no need to create the below dma pools.
92 dma_addr_t dma;
98 sizeof(*td), &dma, 32);
100 td = dma_pool_zalloc(hc->td_cache, mem_flags, &dma);
103 td->hwNextTD = cpu_to_hc32 (hc, dma);
104 td->td_dma = dma;
136 dma_addr_t dma;
142 sizeof(*ed), &dma, 16);
144 ed = dma_pool_zalloc(hc->ed_cache, mem_flags, &dma);
147 ed->dma = dma;
161 dma_pool_free(hc->ed_cache, ed, ed->dma);