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

/opensolaris-onvv-gate/usr/src/uts/common/io/audio/drv/audiovia97/
H A Daudiovia97.h71 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member in struct:_via97_portc_t
H A Daudiovia97.c266 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir);
370 &portc->buf_dmah) != DDI_SUCCESS) {
375 if (ddi_dma_mem_alloc(portc->buf_dmah, portc->buf_size,
382 if (ddi_dma_addr_bind_handle(portc->buf_dmah, NULL, portc->buf_kaddr,
431 (void) ddi_dma_unbind_handle(portc->buf_dmah);
436 if (portc->buf_dmah) {
437 ddi_dma_free_handle(&portc->buf_dmah);
/opensolaris-onvv-gate/usr/src/uts/common/io/audio/drv/audiop16x/
H A Daudiop16x.c307 (void) ddi_dma_sync(port->buf_dmah, 0, 0, port->syncdir);
418 &port->buf_dmah) != DDI_SUCCESS) {
423 if (ddi_dma_mem_alloc(port->buf_dmah, port->buf_size,
430 if (ddi_dma_addr_bind_handle(port->buf_dmah, NULL, port->buf_kaddr,
464 (void) ddi_dma_unbind_handle(port->buf_dmah);
469 if (port->buf_dmah) {
470 ddi_dma_free_handle(&port->buf_dmah);
H A Daudiop16x.h62 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member in struct:_p16x_port_t
/opensolaris-onvv-gate/usr/src/uts/common/io/audio/drv/audiovia823x/
H A Daudiovia823x.c264 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir);
430 &portc->buf_dmah) != DDI_SUCCESS) {
435 if (ddi_dma_mem_alloc(portc->buf_dmah, portc->buf_size,
442 if (ddi_dma_addr_bind_handle(portc->buf_dmah, NULL, portc->buf_kaddr,
491 (void) ddi_dma_unbind_handle(portc->buf_dmah);
496 if (portc->buf_dmah) {
497 ddi_dma_free_handle(&portc->buf_dmah);
H A Daudiovia823x.h133 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member in struct:auvia_portc
/opensolaris-onvv-gate/usr/src/uts/common/io/audio/drv/audiols/
H A Daudiols.c434 (void) ddi_dma_sync(port->buf_dmah, 0, 0, port->syncdir);
524 &port->buf_dmah) != DDI_SUCCESS) {
529 if (ddi_dma_mem_alloc(port->buf_dmah, port->buf_size,
536 if (ddi_dma_addr_bind_handle(port->buf_dmah, NULL, port->buf_kaddr,
582 (void) ddi_dma_unbind_handle(port->buf_dmah);
587 if (port->buf_dmah) {
588 ddi_dma_free_handle(&port->buf_dmah);
H A Daudiols.h211 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member in struct:_audigyls_port_t
/opensolaris-onvv-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.h369 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member in struct:_emu10k_portc_t
H A Daudioemu10k.c468 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir);
923 &portc->buf_dmah) != DDI_SUCCESS) {
928 if (ddi_dma_mem_alloc(portc->buf_dmah, portc->buf_size,
935 if (ddi_dma_addr_bind_handle(portc->buf_dmah, NULL, portc->buf_kaddr,
1017 (void) ddi_dma_unbind_handle(portc->buf_dmah);
1022 if (portc->buf_dmah) {
1023 ddi_dma_free_handle(&portc->buf_dmah);

Completed in 119 milliseconds