HomeSort by: relevance | last modified time | path
    Searched refs:MIN_PHYS (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mac68k/dev/
mac68k5380.c 113 #define MIN_PHYS 0x2000 /* pdma space w/ /DSACK is only 0x2000 */
424 dcount = count = uimin(pending_5380_count, MIN_PHYS);
473 dcount = count = uimin(pending_5380_count, MIN_PHYS);
ncr5380.c 415 if (bp->b_bcount > MIN_PHYS)
416 bp->b_bcount = MIN_PHYS;
419 #undef MIN_PHYS
  /src/sys/arch/atari/dev/
ncr5380.c 423 if (bp->b_bcount > MIN_PHYS)
424 bp->b_bcount = MIN_PHYS;
427 #undef MIN_PHYS
atari5380.c 86 #define MIN_PHYS 65536 /*BARF!!!!*/

Completed in 16 milliseconds