Lines Matching refs:auto_stat
1166 unsigned short auto_stat, irq_stat, trans_stat; in do_nsp32_isr() local
1237 auto_stat = nsp32_read2(base, SCSI_EXECUTE_PHASE); in do_nsp32_isr()
1241 if (auto_stat & SELECTION_TIMEOUT) { in do_nsp32_isr()
1250 if (auto_stat & MSGOUT_PHASE) { in do_nsp32_isr()
1258 if (!(auto_stat & MSG_IN_OCCUER) && in do_nsp32_isr()
1270 if ((auto_stat & DATA_IN_PHASE) && in do_nsp32_isr()
1277 if (auto_stat & (DATA_IN_PHASE | DATA_OUT_PHASE)) { in do_nsp32_isr()
1298 if (auto_stat & MSG_IN_OCCUER) { in do_nsp32_isr()
1299 nsp32_msgin_occur(SCpnt, irq_stat, auto_stat); in do_nsp32_isr()
1305 if (auto_stat & MSG_OUT_OCCUER) { in do_nsp32_isr()
1312 if (auto_stat & BUS_FREE_OCCUER) { in do_nsp32_isr()
1313 ret = nsp32_busfree_occur(SCpnt, auto_stat); in do_nsp32_isr()
1319 if (auto_stat & STATUS_PHASE) { in do_nsp32_isr()
1330 if (auto_stat & ILLEGAL_PHASE) { in do_nsp32_isr()
1346 if (auto_stat & COMMAND_PHASE) { in do_nsp32_isr()
1351 if (auto_stat & AUTOSCSI_BUSY) { in do_nsp32_isr()
1355 show_autophase(auto_stat); in do_nsp32_isr()