Searched refs:pt_dmah (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c959 (void) ddi_dma_sync(devc->pt_dmah, 0, 0, DDI_DMA_SYNC_FORDEV);
990 (void) ddi_dma_unbind_handle(devc->pt_dmah);
995 if (devc->pt_dmah) {
996 ddi_dma_free_handle(&devc->pt_dmah);
2029 &devc->pt_dmah) != DDI_SUCCESS) {
2035 if (ddi_dma_mem_alloc(devc->pt_dmah, devc->max_pages * 4,
2044 if (ddi_dma_addr_bind_handle(devc->pt_dmah, NULL,
2090 (void) ddi_dma_sync(devc->pt_dmah, 0, 0, DDI_DMA_SYNC_FORDEV);
H A Daudioemu10k.h394 ddi_dma_handle_t pt_dmah; /* dma for page_tablefers */ member in struct:_emu10k_devc_t

Completed in 112 milliseconds