Home
last modified time | relevance | path

Searched refs:buf_dmah (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/drv/audiop16x/
H A Daudiop16x.c307 (void) ddi_dma_sync(port->buf_dmah, 0, 0, port->syncdir); in p16x_sync()
418 &port->buf_dmah) != DDI_SUCCESS) { in p16x_alloc_port()
423 if (ddi_dma_mem_alloc(port->buf_dmah, port->buf_size, in p16x_alloc_port()
430 if (ddi_dma_addr_bind_handle(port->buf_dmah, NULL, port->buf_kaddr, in p16x_alloc_port()
464 (void) ddi_dma_unbind_handle(port->buf_dmah); in p16x_destroy()
469 if (port->buf_dmah) { in p16x_destroy()
470 ddi_dma_free_handle(&port->buf_dmah); in p16x_destroy()
H A Daudiop16x.h62 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member
/illumos-gate/usr/src/uts/common/io/audio/drv/audiovia823x/
H A Daudiovia823x.c264 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir); in auvia_sync()
430 &portc->buf_dmah) != DDI_SUCCESS) { in auvia_alloc_port()
435 if (ddi_dma_mem_alloc(portc->buf_dmah, portc->buf_size, in auvia_alloc_port()
442 if (ddi_dma_addr_bind_handle(portc->buf_dmah, NULL, portc->buf_kaddr, in auvia_alloc_port()
491 (void) ddi_dma_unbind_handle(portc->buf_dmah); in auvia_destroy()
496 if (portc->buf_dmah) { in auvia_destroy()
497 ddi_dma_free_handle(&portc->buf_dmah); in auvia_destroy()
H A Daudiovia823x.h133 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member
/illumos-gate/usr/src/uts/common/io/audio/drv/audiols/
H A Daudiols.c434 (void) ddi_dma_sync(port->buf_dmah, 0, 0, port->syncdir); in audigyls_sync()
524 &port->buf_dmah) != DDI_SUCCESS) { in audigyls_alloc_port()
529 if (ddi_dma_mem_alloc(port->buf_dmah, port->buf_size, in audigyls_alloc_port()
536 if (ddi_dma_addr_bind_handle(port->buf_dmah, NULL, port->buf_kaddr, in audigyls_alloc_port()
582 (void) ddi_dma_unbind_handle(port->buf_dmah); in audigyls_destroy()
587 if (port->buf_dmah) { in audigyls_destroy()
588 ddi_dma_free_handle(&port->buf_dmah); in audigyls_destroy()
H A Daudiols.h211 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmihd/
H A Daudiocmihd.c620 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir); in cmediahd_sync()
800 &portc->buf_dmah) != DDI_SUCCESS) { in cmediahd_alloc_port()
805 if (ddi_dma_mem_alloc(portc->buf_dmah, CMEDIAHD_BUF_LEN, in cmediahd_alloc_port()
814 if (ddi_dma_addr_bind_handle(portc->buf_dmah, NULL, portc->kaddr, in cmediahd_alloc_port()
849 (void) ddi_dma_unbind_handle(portc->buf_dmah); in cmediahd_destroy()
854 if (portc->buf_dmah) { in cmediahd_destroy()
855 ddi_dma_free_handle(&portc->buf_dmah); in cmediahd_destroy()
H A Daudiocmihd.h319 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c468 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir); in emu10k_sync()
928 &portc->buf_dmah) != DDI_SUCCESS) { in emu10k_alloc_port()
933 if (ddi_dma_mem_alloc(portc->buf_dmah, portc->buf_size, in emu10k_alloc_port()
940 if (ddi_dma_addr_bind_handle(portc->buf_dmah, NULL, portc->buf_kaddr, in emu10k_alloc_port()
1022 (void) ddi_dma_unbind_handle(portc->buf_dmah); in emu10k_destroy()
1027 if (portc->buf_dmah) { in emu10k_destroy()
1028 ddi_dma_free_handle(&portc->buf_dmah); in emu10k_destroy()
H A Daudioemu10k.h369 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member