Searched refs:mv_pci_tbi (Results 1 – 5 of 5) sorted by relevance
/arch/alpha/kernel/ |
D | machvec_impl.h | 102 .mv_pci_tbi = CAT(low,_pci_tbi) 118 .mv_pci_tbi = cia_pci_tbi
|
D | pci_iommu.c | 163 alpha_mv.mv_pci_tbi(arena->hose, 0, -1); in iommu_arena_find_pages() 291 if (! alpha_mv.mv_pci_tbi) { in pci_map_single_1() 421 alpha_mv.mv_pci_tbi(hose, dma_addr, dma_addr + size - 1); in alpha_pci_unmap_page() 459 if (alpha_mv.mv_pci_tbi || (gfp & GFP_DMA)) in alpha_pci_alloc_coherent() 680 sg_classify(dev, sg, end, alpha_mv.mv_pci_tbi != 0); in alpha_pci_map_sg() 683 if (alpha_mv.mv_pci_tbi) { in alpha_pci_map_sg() 744 if (! alpha_mv.mv_pci_tbi) in alpha_pci_unmap_sg() 799 alpha_mv.mv_pci_tbi(hose, fbeg, fend); in alpha_pci_unmap_sg()
|
D | core_cia.c | 524 alpha_mv.mv_pci_tbi = cia_pci_tbi_try2; in verify_tb_operation() 535 alpha_mv.mv_pci_tbi(arena->hose, 0, -1); in verify_tb_operation() 554 alpha_mv.mv_pci_tbi = NULL; in verify_tb_operation()
|
/arch/alpha/include/asm/ |
D | machvec.h | 45 void (*mv_pci_tbi)(struct pci_controller *hose, member
|
D | dma.h | 125 #define MAX_DMA_ADDRESS (alpha_mv.mv_pci_tbi ? \
|