Searched refs:sg_pci (Results 1 – 16 of 16) sorted by relevance
334 port->wsba[2].csr = hose->sg_pci->dma_base | 3; in titan_init_one_pachip_port()335 port->wsm[2].csr = (hose->sg_pci->size - 1) & 0xfff00000; in titan_init_one_pachip_port()336 port->tba[2].csr = virt_to_phys(hose->sg_pci->ptes); in titan_init_one_pachip_port()497 if (hose->sg_pci && in titan_ioremap()498 baddr >= (unsigned long)hose->sg_pci->dma_base && in titan_ioremap()499 last < (unsigned long)hose->sg_pci->dma_base + hose->sg_pci->size){ in titan_ioremap()504 baddr -= hose->sg_pci->dma_base; in titan_ioremap()505 last -= hose->sg_pci->dma_base; in titan_ioremap()518 ptes = hose->sg_pci->ptes; in titan_ioremap()601 aper->arena = agp->hose->sg_pci; in titan_agp_setup()[all …]
308 hose->sg_pci->align_entry = 8; /* cache line boundary */ in io7_init_hose()310 hose->sg_pci->dma_base | wbase_m_ena | wbase_m_sg; in io7_init_hose()312 csrs->POx_TBASE[2].csr = virt_to_phys(hose->sg_pci->ptes); in io7_init_hose()726 if (hose->sg_pci && in marvel_ioremap()727 baddr >= (unsigned long)hose->sg_pci->dma_base && in marvel_ioremap()728 last < (unsigned long)hose->sg_pci->dma_base + hose->sg_pci->size) { in marvel_ioremap()733 baddr -= hose->sg_pci->dma_base; in marvel_ioremap()734 last -= hose->sg_pci->dma_base; in marvel_ioremap()745 ptes = hose->sg_pci->ptes; in marvel_ioremap()870 aper->arena = agp->hose->sg_pci; in marvel_agp_setup()[all …]
327 hose->sg_pci = iommu_arena_new(hose, 0x40000000, in tsunami_init_one_pchip()330 hose->sg_pci->align_entry = 4; /* Tsunami caches 4 PTEs at a time */ in tsunami_init_one_pchip()339 pchip->wsba[1].csr = hose->sg_pci->dma_base | 3; in tsunami_init_one_pchip()340 pchip->wsm[1].csr = (hose->sg_pci->size - 1) & 0xfff00000; in tsunami_init_one_pchip()341 pchip->tba[1].csr = virt_to_phys(hose->sg_pci->ptes); in tsunami_init_one_pchip()
369 hose->sg_pci = iommu_arena_new(hose, 0x40000000, in mcpcia_startup_hose()380 *(vuip)MCPCIA_W1_BASE(mid) = hose->sg_pci->dma_base | 3; in mcpcia_startup_hose()381 *(vuip)MCPCIA_W1_MASK(mid) = (hose->sg_pci->size - 1) & 0xfff00000; in mcpcia_startup_hose()382 *(vuip)MCPCIA_T1_BASE(mid) = virt_to_phys(hose->sg_pci->ptes) >> 8; in mcpcia_startup_hose()
100 struct pci_iommu_arena *pci = hose->sg_pci; in quirk_cypress()336 sg_base = hose->sg_pci ? hose->sg_pci->dma_base : ~0; in common_init_pci()
116 hose->sg_pci = iommu_arena_new(hose, 0xc0000000, 0x08000000, in wildfire_init_hose()133 pci->pci_window[3].wbase.csr = hose->sg_pci->dma_base | 3; in wildfire_init_hose()134 pci->pci_window[3].wmask.csr = (hose->sg_pci->size - 1) & 0xfff00000; in wildfire_init_hose()135 pci->pci_window[3].tbase.csr = virt_to_phys(hose->sg_pci->ptes); in wildfire_init_hose()
275 arena = hose->sg_pci; in pci_map_single_1()377 arena = hose->sg_pci; in alpha_pci_unmap_page()667 arena = hose->sg_pci; in alpha_pci_map_sg()732 arena = hose->sg_pci; in alpha_pci_unmap_sg()811 arena = hose->sg_pci; in alpha_pci_supported()
173 hose->sg_isa = hose->sg_pci = NULL; in polaris_init_arch()
205 hose->sg_isa = hose->sg_pci = NULL; in jensen_init_arch()
351 hose->sg_pci = NULL; in apecs_init_arch()
293 hose->sg_isa = hose->sg_pci = NULL; in irongate_init_arch()
280 hose->sg_pci = NULL; in lca_init_arch()
535 hose_head->sg_pci->align_entry = 4; in webbrick_init_arch()
355 hose->sg_pci = NULL; in t2_sg_map_window2()
729 hose->sg_pci = NULL; in do_init_arch()
43 struct pci_iommu_arena *sg_pci; member
Completed in 35 milliseconds