Home | History | Annotate | Download | only in jazz

Lines Matching defs:out_fdc

307 	out_fdc(iot, ioh, NE7CMD_RECAL);
308 out_fdc(iot, ioh, drive);
311 out_fdc(iot, ioh, NE7CMD_SENSEI);
635 out_fdc(bus_space_tag_t iot, bus_space_handle_t ioh, uint8_t x)
736 out_fdc(fdc->sc_iot, fdc->sc_ioh, NE7CMD_SENSEI);
843 out_fdc(iot, ioh, NE7CMD_SPECIFY);/* specify command */
844 out_fdc(iot, ioh, fd->sc_type->steprate);
845 out_fdc(iot, ioh, 6); /* XXX head load time == 6ms */
847 out_fdc(iot, ioh, NE7CMD_SEEK); /* seek function */
848 out_fdc(iot, ioh, fd->sc_drive); /* drive number */
849 out_fdc(iot, ioh, bp->b_cylinder * fd->sc_type->step);
895 out_fdc(iot, ioh, NE7CMD_READ); /* READ */
897 out_fdc(iot, ioh, NE7CMD_WRITE);/* WRITE */
898 out_fdc(iot, ioh, (head << 2) | fd->sc_drive);
899 out_fdc(iot, ioh, fd->sc_cylin); /* track */
900 out_fdc(iot, ioh, head);
901 out_fdc(iot, ioh, sec + 1); /* sector + 1 */
902 out_fdc(iot, ioh, type->secsize); /* sector size */
903 out_fdc(iot, ioh, type->sectrac); /* sectors/track */
904 out_fdc(iot, ioh, type->gap1); /* gap1 size */
905 out_fdc(iot, ioh, type->datalen); /* data length */
925 out_fdc(iot, ioh, NE7CMD_SENSEI);
994 out_fdc(iot, ioh, NE7CMD_SENSEI);
1000 out_fdc(iot, ioh, NE7CMD_RECAL); /* recalibrate function */
1001 out_fdc(iot, ioh, fd->sc_drive);
1014 out_fdc(iot, ioh, NE7CMD_SENSEI);