Lines Matching refs:sg_pci
301 hose->sg_pci = iommu_arena_new_node(0, hose, 0xc0000000, 0x40000000, 0); in io7_init_hose()
302 hose->sg_pci->align_entry = 8; /* cache line boundary */ in io7_init_hose()
304 hose->sg_pci->dma_base | wbase_m_ena | wbase_m_sg; in io7_init_hose()
305 csrs->POx_WMASK[2].csr = (hose->sg_pci->size - 1) & wbase_m_addr; in io7_init_hose()
306 csrs->POx_TBASE[2].csr = virt_to_phys(hose->sg_pci->ptes); in io7_init_hose()
720 if (hose->sg_pci && in marvel_ioremap()
721 baddr >= (unsigned long)hose->sg_pci->dma_base && in marvel_ioremap()
722 last < (unsigned long)hose->sg_pci->dma_base + hose->sg_pci->size) { in marvel_ioremap()
727 baddr -= hose->sg_pci->dma_base; in marvel_ioremap()
728 last -= hose->sg_pci->dma_base; in marvel_ioremap()
739 ptes = hose->sg_pci->ptes; in marvel_ioremap()
864 aper->arena = agp->hose->sg_pci; in marvel_agp_setup()
1046 if (!hose || !hose->sg_pci) in marvel_agp_info()