Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c939 port->tp_sync_dir = DDI_DMA_SYNC_FORKERNEL; in audiots_alloc_port()
944 port->tp_sync_dir = DDI_DMA_SYNC_FORDEV; in audiots_alloc_port()
1481 (void) ddi_dma_sync(port->tp_dmah, 0, 0, port->tp_sync_dir); in audiots_sync()
H A Daudiots.h442 unsigned tp_sync_dir; member