Home | History | Annotate | Download | only in dev

Lines Matching defs:out_fdc

324 int	out_fdc(u_char);
374 if (out_fdc(NE7CMD_SPECIFY) < 0)
376 out_fdc(0xdf);
377 out_fdc(7);
428 out_fdc(NE7CMD_CONFIGURE);
429 if (out_fdc(0) == 0) {
430 out_fdc(0x1a); /* No polling, fifo depth = 10 */
431 out_fdc(0);
434 out_fdc(NE7CMD_LOCK);
495 out_fdc(NE7CMD_RECAL);
496 out_fdc(drive);
500 out_fdc(NE7CMD_SENSEI);
806 out_fdc(u_char x)
890 out_fdc(NE7CMD_SENSEI);
1016 out_fdc(NE7CMD_SPECIFY);/* specify command */
1017 out_fdc(fd->sc_type->steprate);
1018 out_fdc(0x7); /* XXX head load time == 6ms - non-DMA */
1022 out_fdc(NE7CMD_SEEK); /* seek function */
1023 out_fdc(fd->sc_drive); /* drive number */
1024 out_fdc(bp->b_cylinder * fd->sc_type->step);
1083 if (out_fdc(NE7CMD_FORMAT) < 0) {
1088 out_fdc((head << 2) | fd->sc_drive);
1089 out_fdc(finfo->fd_formb_secshift);
1090 out_fdc(finfo->fd_formb_nsecs);
1091 out_fdc(finfo->fd_formb_gaplen);
1092 out_fdc(finfo->fd_formb_fillbyte);
1095 out_fdc(NE7CMD_READ); /* READ */
1097 out_fdc(NE7CMD_WRITE); /* WRITE */
1098 out_fdc((head << 2) | fd->sc_drive);
1099 out_fdc(fd->sc_cylin); /* track */
1100 out_fdc(head); /* head */
1101 out_fdc(sec + 1); /* sector +1 */
1102 out_fdc(type->secsize); /* sector size */
1103 out_fdc(sec + nblks); /* last sectors */
1104 out_fdc(type->gap1); /* gap1 size */
1105 out_fdc(type->datalen); /* data length */
1127 out_fdc(NE7CMD_SENSEI);
1200 out_fdc(NE7CMD_SENSEI);
1208 out_fdc(NE7CMD_RECAL); /* recalibrate function */
1209 out_fdc(fd->sc_drive);
1222 out_fdc(NE7CMD_SENSEI);