Lines Matching refs:status
159 /* If we fail a device then we trash status / message bytes */
206 * 0xf0 0xb8 end of transfer, ZIP is sending status
360 printk("IMM: returned SCSI status %2x\n", r);
584 * Place the interface back into a sane state (status mode)
634 int fast, bulk, status;
648 * while (device is not ready to send status byte)
661 * a) Drive status is screwy (!ready && !present)
672 status = imm_out(dev, scsi_pointer->ptr, fast);
676 status = imm_in(dev, scsi_pointer->ptr, fast);
682 if (!status) {
886 case 8: /* Phase 8 - Read status/message */
894 if (imm_in(dev, &l, 1)) { /* read status byte */
1009 int loop, old_mode, status, k, ppb = dev->base;
1029 status = 1;
1031 for (l = 0; (l < 3) && (status); l++)
1032 status = imm_out(dev, &cmd[l << 1], 2);
1034 if (!status) {