Searched refs:MAX_DMA_LEN (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dsivar.h49 #define MAX_DMA_LEN 0xE000 macro
H A Dsi.c187 if (bp->b_bcount > MAX_DMA_LEN) {
194 bp->b_bcount = MAX_DMA_LEN;
293 if (xlen > MAX_DMA_LEN) {
296 ncr_sc->sc_datalen = xlen = MAX_DMA_LEN;
H A Dsi_sebuf.c78 #define MAX_DMA_LEN 0xE000 macro
517 if (bp->b_bcount > MAX_DMA_LEN)
518 bp->b_bcount = MAX_DMA_LEN;
597 if (xlen > MAX_DMA_LEN) {
599 ncr_sc->sc_datalen = xlen = MAX_DMA_LEN;
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dsbcvar.h39 #define MAX_DMA_LEN 0x2000 macro
H A Dsbc.c505 dcount = count = min(dh->dh_len, MAX_DMA_LEN);
537 if (dcount >= MAX_DMA_LEN)
563 dcount = count = min(dh->dh_len, MAX_DMA_LEN);
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dasc.c375 if (bp->b_bcount > MAX_DMA_LEN) {
377 bp->b_bcount = MAX_DMA_LEN;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dsw.c137 #define MAX_DMA_LEN 0xE000 macro
379 if (bp->b_bcount > MAX_DMA_LEN) {
382 printf("sw_minphys len = 0x%x.\n", MAX_DMA_LEN);
386 bp->b_bcount = MAX_DMA_LEN;

Completed in 90 milliseconds