Lines Matching defs:execph
583 unsigned short execph;
605 * clear execph
607 execph = nsp32_read2(base, SCSI_EXECUTE_PHASE);
1548 static int nsp32_busfree_occur(struct scsi_cmnd *SCpnt, unsigned short execph)
1553 nsp32_dbg(NSP32_DEBUG_BUSFREE, "enter execph=0x%x", execph);
1554 show_autophase(execph);
1570 if (execph & MSGIN_02_VALID) {
1577 if (!(execph & MSGIN_00_VALID) &&
1578 ((execph & DATA_IN_PHASE) || (execph & DATA_OUT_PHASE))) {
1621 if (execph & MSGIN_03_VALID) {
1641 if (execph & (MSGIN_00_VALID | MSGIN_04_VALID)) {
1664 if (execph & MSGIN_00_VALID) {
1679 } else if (execph & MSGIN_04_VALID) {
1923 unsigned short execph)
1998 if ((execph & DATA_IN_PHASE) || (execph & DATA_OUT_PHASE)) {
2002 if ((execph & MSGIN_02_VALID) && (s_sacklen > 0)) {