Searched refs:typh_dmat (Results 1 – 2 of 2) sorted by relevance
78 &pmsc->typh_dmat ) ) { in agtiapi_typhAlloc()83 if( bus_dmamem_alloc( pmsc->typh_dmat, in agtiapi_typhAlloc()92 if ( bus_dmamap_load( pmsc->typh_dmat, in agtiapi_typhAlloc()701 bus_dmamap_unload( pmsc->typh_dmat, pmsc->typh_mapp ); in agtiapi_MemFree()704 bus_dmamem_free( pmsc->typh_dmat, pmsc->typh_mem, pmsc->typh_mapp ); in agtiapi_MemFree()706 if( pmsc->typh_dmat != NULL ) { in agtiapi_MemFree()707 bus_dma_tag_destroy( pmsc->typh_dmat ); in agtiapi_MemFree()
296 bus_dma_tag_t typh_dmat; member