Lines Matching defs:output_byte
12 * and recalibrate. This makes some things easier (output_byte reset
560 * output_byte is automatically disabled when reset is set.
1134 static int output_byte(int fdc, char byte)
1235 output_byte(fdc, FD_PERPENDICULAR);
1236 output_byte(fdc, perp_mode);
1249 output_byte(fdc, FD_CONFIGURE);
1252 output_byte(fdc, 0);
1253 output_byte(fdc, 0x10 | (no_fifo & 0x20) | (fifo_depth & 0xf));
1254 output_byte(fdc, 0); /* pre-compensation from track 0 upwards */
1306 output_byte(fdc, FD_DRIVESPEC);
1308 output_byte(fdc, UNIT(drive));
1309 output_byte(fdc, 0xc0);
1354 output_byte(fdc, FD_SPECIFY);
1355 output_byte(fdc, fdc_state[fdc].spec1 = spec1);
1356 output_byte(fdc, fdc_state[fdc].spec2 = spec2);
1518 r |= output_byte(current_fdc, raw_cmd->fullcmd[i]);
1571 output_byte(fdc, FD_GETSTATUS);
1572 output_byte(fdc, UNIT(drive));
1644 output_byte(current_fdc, FD_SEEK);
1645 output_byte(current_fdc, UNIT(current_drive));
1646 if (output_byte(current_fdc, track) < 0) {
1753 output_byte(current_fdc, FD_SENSEI);
1776 output_byte(current_fdc, FD_RECALIBRATE);
1777 if (output_byte(current_fdc, UNIT(current_drive)) < 0)
1980 * Initialization also uses output_byte, result, set_dor, floppy_interrupt
4334 output_byte(fdc, FD_DUMPREGS); /* 82072 and better know DUMPREGS */
4355 output_byte(fdc, FD_PERPENDICULAR);
4357 output_byte(fdc, 0);
4363 output_byte(fdc, FD_UNLOCK);
4375 output_byte(fdc, FD_PARTID);