Lines Matching refs:out_fdc

421           if (out_fdc(iot, ioh, NE7CMD_SPECIFY) < 0) {  in fdcfinishattach()
425 out_fdc(iot, ioh, 0xdf); in fdcfinishattach()
426 out_fdc(iot, ioh, 2); in fdcfinishattach()
509 out_fdc(iot, ioh, NE7CMD_SENSEI); in fdprobe()
517 out_fdc(iot, ioh, NE7CMD_RECAL); in fdprobe()
518 out_fdc(iot, ioh, drive); in fdprobe()
527 out_fdc(iot, ioh, NE7CMD_SENSEI); in fdprobe()
904 out_fdc(bus_space_tag_t iot, bus_space_handle_t ioh, u_char x) in out_fdc() function
1017 out_fdc(fdc->sc_iot, fdc->sc_ioh, NE7CMD_SENSEI); in fdcstatus()
1125 out_fdc(iot, ioh, NE7CMD_SPECIFY);/* specify command */ in fdcintr1()
1126 out_fdc(iot, ioh, fd->sc_type->steprate); in fdcintr1()
1127 out_fdc(iot, ioh, 6); /* XXX head load time == 6ms */ in fdcintr1()
1129 out_fdc(iot, ioh, NE7CMD_SEEK); /* seek function */ in fdcintr1()
1130 out_fdc(iot, ioh, fd->sc_drive); /* drive number */ in fdcintr1()
1131 out_fdc(iot, ioh, bp->b_cylinder * fd->sc_type->step); in fdcintr1()
1182 if (out_fdc(iot, ioh, NE7CMD_FORMAT) < 0) { in fdcintr1()
1187 out_fdc(iot, ioh, (head << 2) | fd->sc_drive); in fdcintr1()
1188 out_fdc(iot, ioh, finfo->fd_formb_secshift); in fdcintr1()
1189 out_fdc(iot, ioh, finfo->fd_formb_nsecs); in fdcintr1()
1190 out_fdc(iot, ioh, finfo->fd_formb_gaplen); in fdcintr1()
1191 out_fdc(iot, ioh, finfo->fd_formb_fillbyte); in fdcintr1()
1194 out_fdc(iot, ioh, NE7CMD_READ); /* READ */ in fdcintr1()
1196 out_fdc(iot, ioh, NE7CMD_WRITE); /* WRITE */ in fdcintr1()
1197 out_fdc(iot, ioh, (head << 2) | fd->sc_drive); in fdcintr1()
1198 out_fdc(iot, ioh, fd->sc_cylin); /* track */ in fdcintr1()
1199 out_fdc(iot, ioh, head); in fdcintr1()
1200 out_fdc(iot, ioh, sec + 1); /* sector +1 */ in fdcintr1()
1201 out_fdc(iot, ioh, type->secsize);/* sector size */ in fdcintr1()
1202 out_fdc(iot, ioh, type->sectrac);/* sectors/track */ in fdcintr1()
1203 out_fdc(iot, ioh, type->gap1); /* gap1 size */ in fdcintr1()
1204 out_fdc(iot, ioh, type->datalen);/* data length */ in fdcintr1()
1226 out_fdc(iot, ioh, NE7CMD_SENSEI); in fdcintr1()
1294 out_fdc(iot, ioh, NE7CMD_SENSEI); in fdcintr1()
1300 out_fdc(iot, ioh, NE7CMD_RECAL); /* recalibrate function */ in fdcintr1()
1301 out_fdc(iot, ioh, fd->sc_drive); in fdcintr1()
1314 out_fdc(iot, ioh, NE7CMD_SENSEI); in fdcintr1()