Searched refs:MIN_PHYS (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dmac68k5380.c113 #define MIN_PHYS 0x2000 /* pdma space w/ /DSACK is only 0x2000 */ macro
426 dcount = count = min(pending_5380_count, MIN_PHYS);
476 dcount = count = min(pending_5380_count, MIN_PHYS);
H A Dncr5380.c415 if (bp->b_bcount > MIN_PHYS)
416 bp->b_bcount = MIN_PHYS;
419 #undef MIN_PHYS macro
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dncr5380.c425 if (bp->b_bcount > MIN_PHYS)
426 bp->b_bcount = MIN_PHYS;
429 #undef MIN_PHYS macro
H A Datari5380.c86 #define MIN_PHYS 65536 /*BARF!!!!*/ macro

Completed in 112 milliseconds