Home
last modified time | relevance | path

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

/Linux-v4.19/arch/alpha/kernel/
Dpci_iommu.c164 alpha_mv.mv_pci_tbi(arena->hose, 0, -1); in iommu_arena_find_pages()
292 if (! alpha_mv.mv_pci_tbi) { in pci_map_single_1()
422 alpha_mv.mv_pci_tbi(hose, dma_addr, dma_addr + size - 1); in alpha_pci_unmap_page()
460 if (alpha_mv.mv_pci_tbi || (gfp & GFP_DMA)) in alpha_pci_alloc_coherent()
681 sg_classify(dev, sg, end, alpha_mv.mv_pci_tbi != 0); in alpha_pci_map_sg()
684 if (alpha_mv.mv_pci_tbi) { in alpha_pci_map_sg()
745 if (! alpha_mv.mv_pci_tbi) in alpha_pci_unmap_sg()
800 alpha_mv.mv_pci_tbi(hose, fbeg, fend); in alpha_pci_unmap_sg()
Dmachvec_impl.h103 .mv_pci_tbi = CAT(low,_pci_tbi)
119 .mv_pci_tbi = cia_pci_tbi
Dcore_cia.c525 alpha_mv.mv_pci_tbi = cia_pci_tbi_try2; in verify_tb_operation()
536 alpha_mv.mv_pci_tbi(arena->hose, 0, -1); in verify_tb_operation()
555 alpha_mv.mv_pci_tbi = NULL; in verify_tb_operation()
/Linux-v4.19/arch/alpha/include/asm/
Dmachvec.h46 void (*mv_pci_tbi)(struct pci_controller *hose, member
Ddma.h126 #define MAX_DMA_ADDRESS (alpha_mv.mv_pci_tbi ? \
/Linux-v4.19/drivers/char/agp/
Dalpha-agp.c68 alpha_mv.mv_pci_tbi(agp->hose, 0, -1); in alpha_core_agp_tlbflush()