auto_stat 1153 drivers/scsi/nsp32.c unsigned short auto_stat, irq_stat, trans_stat; auto_stat 1222 drivers/scsi/nsp32.c auto_stat = nsp32_read2(base, SCSI_EXECUTE_PHASE); auto_stat 1226 drivers/scsi/nsp32.c if (auto_stat & SELECTION_TIMEOUT) { auto_stat 1235 drivers/scsi/nsp32.c if (auto_stat & MSGOUT_PHASE) { auto_stat 1243 drivers/scsi/nsp32.c if (!(auto_stat & MSG_IN_OCCUER) && auto_stat 1255 drivers/scsi/nsp32.c if ((auto_stat & DATA_IN_PHASE) && auto_stat 1262 drivers/scsi/nsp32.c if (auto_stat & (DATA_IN_PHASE | DATA_OUT_PHASE)) { auto_stat 1283 drivers/scsi/nsp32.c if (auto_stat & MSG_IN_OCCUER) { auto_stat 1284 drivers/scsi/nsp32.c nsp32_msgin_occur(SCpnt, irq_stat, auto_stat); auto_stat 1290 drivers/scsi/nsp32.c if (auto_stat & MSG_OUT_OCCUER) { auto_stat 1297 drivers/scsi/nsp32.c if (auto_stat & BUS_FREE_OCCUER) { auto_stat 1298 drivers/scsi/nsp32.c ret = nsp32_busfree_occur(SCpnt, auto_stat); auto_stat 1304 drivers/scsi/nsp32.c if (auto_stat & STATUS_PHASE) { auto_stat 1315 drivers/scsi/nsp32.c if (auto_stat & ILLEGAL_PHASE) { auto_stat 1331 drivers/scsi/nsp32.c if (auto_stat & COMMAND_PHASE) { auto_stat 1336 drivers/scsi/nsp32.c if (auto_stat & AUTOSCSI_BUSY) { auto_stat 1340 drivers/scsi/nsp32.c show_autophase(auto_stat);