Home
last modified time | relevance | path

Searched refs:FDC_MAXIOSIZE (Results 1 – 12 of 12) sorted by relevance

/netbsd/sys/arch/acorn32/mainbus/
H A Dfdreg.h63 #define FDC_MAXIOSIZE PAGE_SIZE /* XXX should be MAXBSIZE */ macro
H A Dfd.c1012 nblks = uimin(nblks, FDC_MAXIOSIZE / FDC_BSIZE); in fdcintr()
/netbsd/sys/arch/x68k/dev/
H A Dfdreg.h52 #define FDC_MAXIOSIZE MAXBSIZE macro
H A Dfd.c496 if (bus_dmamap_create(fdc->sc_dmat, FDC_MAXIOSIZE, 1, DMAC_MAXSEGSZ, in fdcattach()
1241 nblks = uimin(nblks, FDC_MAXIOSIZE / FDC_BSIZE); in fdcintr()
/netbsd/sys/arch/atari/dev/
H A Dhdfdreg.h75 #define FDC_MAXIOSIZE PAGE_SIZE /* XXX should be MAXBSIZE */ macro
H A Dhdfd.c1047 nblks = uimin(nblks, FDC_MAXIOSIZE / FDC_BSIZE); in fdcintr()
/netbsd/sys/arch/sun3/dev/
H A Dfdvar.h33 #define FDC_MAXIOSIZE NBPG /* XXX should be MAXBSIZE */ macro
H A Dfd.c1291 nblks = uimin(nblks, FDC_MAXIOSIZE / FDC_BSIZE); in fdcstate()
/netbsd/sys/arch/sparc/dev/
H A Dfdvar.h33 #define FDC_MAXIOSIZE NBPG /* XXX should be MAXBSIZE */ macro
H A Dfd.c1594 nblks = uimin(nblks, FDC_MAXIOSIZE / FD_BSIZE(fd)); in fdcstate()
/netbsd/sys/arch/sparc64/dev/
H A Dfdcvar.h33 #define FDC_MAXIOSIZE NBPG /* XXX should be MAXBSIZE */ macro
H A Dfdc.c1777 nblks = uimin(nblks, FDC_MAXIOSIZE / FD_BSIZE(fd));