Home
last modified time | relevance | path

Searched refs:auto_stat (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dnsp32.c1166 unsigned short auto_stat, irq_stat, trans_stat; in do_nsp32_isr() local
1235 auto_stat = nsp32_read2(base, SCSI_EXECUTE_PHASE); in do_nsp32_isr()
1239 if (auto_stat & SELECTION_TIMEOUT) { in do_nsp32_isr()
1248 if (auto_stat & MSGOUT_PHASE) { in do_nsp32_isr()
1256 if (!(auto_stat & MSG_IN_OCCUER) && in do_nsp32_isr()
1268 if ((auto_stat & DATA_IN_PHASE) && in do_nsp32_isr()
1275 if (auto_stat & (DATA_IN_PHASE | DATA_OUT_PHASE)) { in do_nsp32_isr()
1296 if (auto_stat & MSG_IN_OCCUER) { in do_nsp32_isr()
1297 nsp32_msgin_occur(SCpnt, irq_stat, auto_stat); in do_nsp32_isr()
1303 if (auto_stat & MSG_OUT_OCCUER) { in do_nsp32_isr()
[all …]