Searched refs:tp_dmah (Results 1 – 2 of 2) sorted by relevance
953 NULL, &port->tp_dmah); in audiots_alloc_port()959 rc = ddi_dma_mem_alloc(port->tp_dmah, port->tp_size, &ts_acc_attr, in audiots_alloc_port()968 rc = ddi_dma_addr_bind_handle(port->tp_dmah, NULL, in audiots_alloc_port()1481 (void) ddi_dma_sync(port->tp_dmah, 0, 0, port->tp_sync_dir); in audiots_sync()1543 (void) ddi_dma_unbind_handle(port->tp_dmah); in audiots_free_port()1548 if (port->tp_dmah) { in audiots_free_port()1549 ddi_dma_free_handle(&port->tp_dmah); in audiots_free_port()
440 ddi_dma_handle_t tp_dmah; member