Searched refs:iommu_arena_new (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/arch/alpha/kernel/ |
D | pci_impl.h | 196 extern struct pci_iommu_arena *iommu_arena_new(struct pci_controller *,
|
D | core_tsunami.c | 357 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 0); in tsunami_init_one_pchip() 361 hose->sg_pci = iommu_arena_new(hose, 0x40000000, in tsunami_init_one_pchip()
|
D | core_mcpcia.c | 412 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 0); in mcpcia_startup_hose() 413 hose->sg_pci = iommu_arena_new(hose, 0x40000000, in mcpcia_startup_hose()
|
D | core_wildfire.c | 116 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 0); in wildfire_init_hose() 117 hose->sg_pci = iommu_arena_new(hose, 0xc0000000, 0x08000000, 0); in wildfire_init_hose()
|
D | core_apecs.c | 392 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 0); in apecs_init_arch()
|
D | core_titan.c | 349 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 0); in titan_init_one_pachip_port() 352 hose->sg_pci = iommu_arena_new(hose, 0xc0000000, 0x40000000, 0); in titan_init_one_pachip_port()
|
D | core_lca.c | 318 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 0); in lca_init_arch()
|
D | core_t2.c | 400 hose->sg_isa = iommu_arena_new(hose, base, length, 0); in t2_sg_map_window2()
|
D | pci_iommu.c | 122 iommu_arena_new(struct pci_controller *hose, dma_addr_t base, in iommu_arena_new() function
|
D | core_cia.c | 769 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 32768); in do_init_arch()
|