Home
last modified time | relevance | path

Searched refs:VME_DMA_PCI (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dvme.h59 #define VME_DMA_PCI (1<<1) macro
/OK3568_Linux_fs/kernel/drivers/vme/bridges/
H A Dvme_ca91cx42.c1074 if (!(((src->type == VME_DMA_PCI) && (dest->type == VME_DMA_VME)) || in ca91cx42_dma_list_add()
1075 ((src->type == VME_DMA_VME) && (dest->type == VME_DMA_PCI)))) { in ca91cx42_dma_list_add()
H A Dvme_tsi148.c1676 case VME_DMA_PCI: in tsi148_dma_list_add()
1713 case VME_DMA_PCI: in tsi148_dma_list_add()
/OK3568_Linux_fs/kernel/drivers/vme/
H A Dvme.c1029 attributes->type = VME_DMA_PCI; in vme_dma_pci_attribute()