Lines Matching defs:auto_stat
1161 unsigned short auto_stat, irq_stat, trans_stat;
1232 auto_stat = nsp32_read2(base, SCSI_EXECUTE_PHASE);
1236 if (auto_stat & SELECTION_TIMEOUT) {
1245 if (auto_stat & MSGOUT_PHASE) {
1253 if (!(auto_stat & MSG_IN_OCCUER) &&
1265 if ((auto_stat & DATA_IN_PHASE) &&
1272 if (auto_stat & (DATA_IN_PHASE | DATA_OUT_PHASE)) {
1293 if (auto_stat & MSG_IN_OCCUER) {
1294 nsp32_msgin_occur(SCpnt, irq_stat, auto_stat);
1300 if (auto_stat & MSG_OUT_OCCUER) {
1307 if (auto_stat & BUS_FREE_OCCUER) {
1308 ret = nsp32_busfree_occur(SCpnt, auto_stat);
1314 if (auto_stat & STATUS_PHASE) {
1325 if (auto_stat & ILLEGAL_PHASE) {
1341 if (auto_stat & COMMAND_PHASE) {
1346 if (auto_stat & AUTOSCSI_BUSY) {
1350 show_autophase(auto_stat);