Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc64/kernel/
Dpci_iommu.c424 unsigned long matchreg, flushreg; in pci_unmap_single() local
427 matchreg = PCI_STC_CTXMATCH_ADDR(strbuf, ctx); in pci_unmap_single()
430 } while(((long)pci_iommu_read(matchreg)) < 0L); in pci_unmap_single()
662 unsigned long matchreg, flushreg; in pci_unmap_sg() local
665 matchreg = PCI_STC_CTXMATCH_ADDR(strbuf, ctx); in pci_unmap_sg()
668 } while(((long)pci_iommu_read(matchreg)) < 0L); in pci_unmap_sg()
727 unsigned long matchreg, flushreg; in pci_dma_sync_single() local
730 matchreg = PCI_STC_CTXMATCH_ADDR(strbuf, ctx); in pci_dma_sync_single()
733 } while(((long)pci_iommu_read(matchreg)) < 0L); in pci_dma_sync_single()
784 unsigned long matchreg, flushreg; in pci_dma_sync_sg() local
[all …]