Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h190 #define PCI_DMA_CURWIN(mp) \ macro
/onnv-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c1138 (PCI_DMA_CURWIN(mp) ? mp->dmai_roffset : 0) - wo_off)); in pci_dvma_ctl()
1139 off = PCI_DMA_CURWIN(mp) ? off % win_size : *offp; in pci_dvma_ctl()
1165 window_t win = PCI_DMA_CURWIN(mp); in pci_dvma_ctl()
1188 if (*(window_t *)offp != PCI_DMA_CURWIN(mp)) in pci_dvma_ctl()
H A Dpci.c834 if (win != PCI_DMA_CURWIN(mp)) { in pci_dma_win()