Searched refs:alloc_dma (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/message/fusion/ |
| H A D | mptbase.c | 2735 ioc->alloc_dma); in mpt_adapter_disable() 3374 ioc_init.HostMfaHighAddr = cpu_to_le32((u32)((u64)ioc->alloc_dma >> 32)); in SendIocInit() 4431 dma_addr_t alloc_dma; in PrimeIocFifos() local 4491 &alloc_dma, GFP_KERNEL); in PrimeIocFifos() 4499 ioc->name, mem, (void *)(ulong)alloc_dma, total_size, total_size)); in PrimeIocFifos() 4504 ioc->alloc_dma = alloc_dma; in PrimeIocFifos() 4507 ioc->reply_frames_low_dma = (u32) (alloc_dma & 0xFFFFFFFF); in PrimeIocFifos() 4510 ioc->name, ioc->reply_frames, (void *)(ulong)alloc_dma)); in PrimeIocFifos() 4512 alloc_dma += reply_sz; in PrimeIocFifos() 4518 ioc->req_frames_dma = alloc_dma; in PrimeIocFifos() [all …]
|
| H A D | mptbase.h | 633 dma_addr_t alloc_dma; member
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_dmm_tiler.c | 211 static void *alloc_dma(struct dmm_txn *txn, size_t sz, dma_addr_t *pa) in alloc_dma() function 357 pat = alloc_dma(txn, sizeof(*pat), &pat_pa); in dmm_txn_append() 373 data = alloc_dma(txn, 4*i, &data_pa); in dmm_txn_append()
|