Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/audio/drv/audiovia97/
H A Daudiovia97.c266 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir); in via97_sync()
370 &portc->buf_dmah) != DDI_SUCCESS) { in via97_alloc_port()
375 if (ddi_dma_mem_alloc(portc->buf_dmah, portc->buf_size, in via97_alloc_port()
382 if (ddi_dma_addr_bind_handle(portc->buf_dmah, NULL, portc->buf_kaddr, in via97_alloc_port()
431 (void) ddi_dma_unbind_handle(portc->buf_dmah); in via97_destroy()
436 if (portc->buf_dmah) { in via97_destroy()
437 ddi_dma_free_handle(&portc->buf_dmah); in via97_destroy()
H A Daudiovia97.h71 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member
/titanic_41/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
/titanic_41/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
/titanic_41/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
/titanic_41/usr/src/uts/common/io/audio/drv/audiocmihd/
H A Daudiocmihd.c621 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir); in cmediahd_sync()
798 &portc->buf_dmah) != DDI_SUCCESS) { in cmediahd_alloc_port()
803 if (ddi_dma_mem_alloc(portc->buf_dmah, CMEDIAHD_BUF_LEN, in cmediahd_alloc_port()
812 if (ddi_dma_addr_bind_handle(portc->buf_dmah, NULL, portc->kaddr, in cmediahd_alloc_port()
847 (void) ddi_dma_unbind_handle(portc->buf_dmah); in cmediahd_destroy()
852 if (portc->buf_dmah) { in cmediahd_destroy()
853 ddi_dma_free_handle(&portc->buf_dmah); in cmediahd_destroy()
H A Daudiocmihd.h319 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member
/titanic_41/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()
923 &portc->buf_dmah) != DDI_SUCCESS) { in emu10k_alloc_port()
928 if (ddi_dma_mem_alloc(portc->buf_dmah, portc->buf_size, in emu10k_alloc_port()
935 if (ddi_dma_addr_bind_handle(portc->buf_dmah, NULL, portc->buf_kaddr, in emu10k_alloc_port()
1017 (void) ddi_dma_unbind_handle(portc->buf_dmah); in emu10k_destroy()
1022 if (portc->buf_dmah) { in emu10k_destroy()
1023 ddi_dma_free_handle(&portc->buf_dmah); in emu10k_destroy()
H A Daudioemu10k.h369 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member