Searched refs:dccb_dmat (Results 1 – 2 of 2) sorted by relevance
1148 bus_dmamap_unload(dpt->dccb_dmat, dpt->dccb_dmamap); in dpt_free()1150 bus_dmamem_free(dpt->dccb_dmat, dpt->dpt_dccbs, in dpt_free()1153 bus_dma_tag_destroy(dpt->dccb_dmat); in dpt_free()1421 &dpt->dccb_dmat) != 0) { in dpt_init()1430 if (bus_dmamem_alloc(dpt->dccb_dmat, (void **)&dpt->dpt_dccbs, in dpt_init()1440 bus_dmamap_load(dpt->dccb_dmat, dpt->dccb_dmamap, in dpt_init()
1055 bus_dma_tag_t dccb_dmat; /* dmat for our ccb array */ member