Searched refs:AAU_MAX_XFER (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/arm/xscale/
H A Diopaaureg.h48 #define AAU_MAX_XFER (16U * 1024 * 1024) macro
50 #define AAU_MAX_SEGS ((AAU_MAX_XFER / PAGE_SIZE) + 1)
H A Diopaau.c628 error = bus_dmamap_create(sc->sc_dmat, AAU_MAX_XFER, AAU_MAX_SEGS,
629 AAU_MAX_XFER, AAU_IO_BOUNDARY, 0, &sc->sc_map_out);
637 error = bus_dmamap_create(sc->sc_dmat, AAU_MAX_XFER,
638 AAU_MAX_SEGS, AAU_MAX_XFER, AAU_IO_BOUNDARY, 0,

Completed in 117 milliseconds