Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dnsp32.c659 unsigned short execph; in nsp32_selection_autoscsi() local
683 execph = nsp32_read2(base, SCSI_EXECUTE_PHASE); in nsp32_selection_autoscsi()
1694 static int nsp32_busfree_occur(Scsi_Cmnd *SCpnt, unsigned short execph) in nsp32_busfree_occur() argument
1699 nsp32_dbg(NSP32_DEBUG_BUSFREE, "enter execph=0x%x", execph); in nsp32_busfree_occur()
1700 show_autophase(execph); in nsp32_busfree_occur()
1716 if (execph & MSGIN_02_VALID) { in nsp32_busfree_occur()
1723 if (!(execph & MSGIN_00_VALID) && in nsp32_busfree_occur()
1724 ((execph & DATA_IN_PHASE) || (execph & DATA_OUT_PHASE))) { in nsp32_busfree_occur()
1767 if (execph & MSGIN_03_VALID) { in nsp32_busfree_occur()
1787 if (execph & (MSGIN_00_VALID | MSGIN_04_VALID)) { in nsp32_busfree_occur()
[all …]