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)
633 int fast, bulk, status;
647 * while (device is not ready to send status byte)
660 * a) Drive status is screwy (!ready && !present)
672 status = imm_out(dev, cmd->SCp.ptr, fast);
677 status = imm_in(dev, cmd->SCp.ptr, fast);
683 if (!status) {
885 case 8: /* Phase 8 - Read status/message */
893 if (imm_in(dev, &l, 1)) { /* read status byte */
1010 int loop, old_mode, status, k, ppb = dev->base;
1030 status = 1;
1032 for (l = 0; (l < 3) && (status); l++)
1033 status = imm_out(dev, &cmd[l << 1], 2);
1035 if (!status) {