Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h161 #define PCI_DMA_SYNC_POST (1 << 25) /* post request and return */ macro
/titanic_50/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c177 if (sync_flag & (PCI_DMA_SYNC_BEFORE | PCI_DMA_SYNC_POST) || in pci_dma_sync()
219 if (sync_flag & PCI_DMA_SYNC_POST || !(sync_flag & PCI_DMA_SYNC_WRITE)) in pci_dma_sync()