Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h273 #define PCI_GET_MP_PFN1(mp, page_no) (((iopfn_t *)(mp)->dmai_pfnlst)[page_no]) macro
275 (iopfn_t)(mp)->dmai_pfnlst : PCI_GET_MP_PFN1(mp, page_no))
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c797 iopfn_t pfn = PCI_GET_MP_PFN1(mp, i); in pci_dma_pfn()
1200 pfn = PCI_GET_MP_PFN1(mp, start_idx); in pci_dma_newwin()
1371 pfn = bypass_pfn | PCI_GET_MP_PFN1(mp, i); in pci_dma_physwin()