Home
last modified time | relevance | path

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

/titanic_41/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); in emu10k_alloc_port()
990 (void) ddi_dma_unbind_handle(devc->pt_dmah); in emu10k_destroy()
995 if (devc->pt_dmah) { in emu10k_destroy()
996 ddi_dma_free_handle(&devc->pt_dmah); in emu10k_destroy()
2029 &devc->pt_dmah) != DDI_SUCCESS) { in emu10k_attach()
2035 if (ddi_dma_mem_alloc(devc->pt_dmah, devc->max_pages * 4, in emu10k_attach()
2044 if (ddi_dma_addr_bind_handle(devc->pt_dmah, NULL, in emu10k_attach()
2090 (void) ddi_dma_sync(devc->pt_dmah, 0, 0, DDI_DMA_SYNC_FORDEV); in emu10k_attach()
H A Daudioemu10k.h394 ddi_dma_handle_t pt_dmah; /* dma for page_tablefers */ member