Home
last modified time | relevance | path

Searched refs:iommu_arena_new (Results 1 – 7 of 7) sorted by relevance

/linux/arch/alpha/kernel/
H A Dpci_impl.h179 extern struct pci_iommu_arena *iommu_arena_new(struct pci_controller *,
H A Dcore_tsunami.c322 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, in tsunami_init_one_pchip()
327 hose->sg_pci = iommu_arena_new(hose, 0x40000000, in tsunami_init_one_pchip()
H A Dcore_mcpcia.c367 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, in mcpcia_startup_hose()
369 hose->sg_pci = iommu_arena_new(hose, 0x40000000, in mcpcia_startup_hose()
H A Dcore_wildfire.c114 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, in wildfire_init_hose()
116 hose->sg_pci = iommu_arena_new(hose, 0xc0000000, 0x08000000, in wildfire_init_hose()
H A Dcore_titan.c318 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, in titan_init_one_pachip_port()
322 hose->sg_pci = iommu_arena_new(hose, 0xc0000000, 0x40000000, in titan_init_one_pachip_port()
H A Dcore_t2.c354 hose->sg_isa = iommu_arena_new(hose, base, length, SMP_CACHE_BYTES); in t2_sg_map_window2()
H A Dpci_iommu.c92 iommu_arena_new(struct pci_controller *hose, dma_addr_t base, in iommu_arena_new() function