Home
last modified time | relevance | path

Searched refs:mv_pci_tbi (Results 1 – 6 of 6) sorted by relevance

/linux/arch/alpha/kernel/
H A Dpci_iommu.c145 alpha_mv.mv_pci_tbi(arena->hose, 0, -1); in iommu_arena_find_pages()
273 if (! alpha_mv.mv_pci_tbi) { in pci_map_single_1()
403 alpha_mv.mv_pci_tbi(hose, dma_addr, dma_addr + size - 1); in alpha_pci_unmap_page()
441 if (alpha_mv.mv_pci_tbi || (gfp & GFP_DMA)) in alpha_pci_alloc_coherent()
664 sg_classify(dev, sg, end, alpha_mv.mv_pci_tbi != 0); in alpha_pci_map_sg()
667 if (alpha_mv.mv_pci_tbi) { in alpha_pci_map_sg()
730 if (! alpha_mv.mv_pci_tbi) in alpha_pci_unmap_sg()
785 alpha_mv.mv_pci_tbi(hose, fbeg, fend); in alpha_pci_unmap_sg()
H A Dmachvec_impl.h84 .mv_pci_tbi = CAT(low,_pci_tbi)
100 .mv_pci_tbi = cia_pci_tbi
H A Dcore_cia.c528 alpha_mv.mv_pci_tbi = cia_pci_tbi_try2; in verify_tb_operation()
539 alpha_mv.mv_pci_tbi(arena->hose, 0, -1); in verify_tb_operation()
558 alpha_mv.mv_pci_tbi = NULL; in verify_tb_operation()
/linux/arch/alpha/include/asm/
H A Dmachvec.h46 void (*mv_pci_tbi)(struct pci_controller *hose, member
H A Ddma.h119 #define MAX_DMA_ADDRESS (alpha_mv.mv_pci_tbi ? \
/linux/drivers/char/agp/
H A Dalpha-agp.c68 alpha_mv.mv_pci_tbi(agp->hose, 0, -1); in alpha_core_agp_tlbflush()