glxsb_dma_map
struct glxsb_dma_map sc_dma;
int glxsb_dma_alloc(struct glxsb_softc *, int, struct glxsb_dma_map *);
void glxsb_dma_pre_op(struct glxsb_softc *, struct glxsb_dma_map *);
void glxsb_dma_post_op(struct glxsb_softc *, struct glxsb_dma_map *);
void glxsb_dma_free(struct glxsb_softc *, struct glxsb_dma_map *);
glxsb_dma_alloc(struct glxsb_softc *sc, int size, struct glxsb_dma_map *dma)
glxsb_dma_pre_op(struct glxsb_softc *sc, struct glxsb_dma_map *dma)
glxsb_dma_post_op(struct glxsb_softc *sc, struct glxsb_dma_map *dma)
glxsb_dma_free(struct glxsb_softc *sc, struct glxsb_dma_map *dma)