Searched refs:VME_DMA_VME (Results 1 – 4 of 4) sorted by relevance
60 #define VME_DMA_VME (1<<2) macro
1051 if (dest->type == VME_DMA_VME) { in ca91cx42_dma_list_add()1078 if (!(((src->type == VME_DMA_PCI) && (dest->type == VME_DMA_VME)) || in ca91cx42_dma_list_add()1079 ((src->type == VME_DMA_VME) && (dest->type == VME_DMA_PCI)))) { in ca91cx42_dma_list_add()
1689 case VME_DMA_VME: in tsi148_dma_list_add()1726 case VME_DMA_VME: in tsi148_dma_list_add()
1074 attributes->type = VME_DMA_VME; in vme_dma_vme_attribute()