Searched refs:sparc64_dma_alloc_map (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Dbus_private.h77 int sparc64_dma_alloc_map(bus_dma_tag_t dmat, bus_dmamap_t *mapp);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dbus_machdep.c281 sparc64_dma_alloc_map(bus_dma_tag_t dmat, bus_dmamap_t *mapp) function
312 return (sparc64_dma_alloc_map(dmat, mapp));
H A Diommu.c757 if ((error = sparc64_dma_alloc_map(dt, mapp)) != 0)
802 if ((error = sparc64_dma_alloc_map(dt, mapp)) != 0)

Completed in 61 milliseconds