Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h160 #define PCI_DMA_SYNC_BAR (1 << 26) /* wait for all posted sync */ macro
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c211 if (sync_flag & PCI_DMA_SYNC_BAR) in pci_dma_sync()