Lines Matching defs:execph
612 * clear execph
1566 static int nsp32_busfree_occur(struct scsi_cmnd *SCpnt, unsigned short execph)
1571 nsp32_dbg(NSP32_DEBUG_BUSFREE, "enter execph=0x%x", execph);
1572 show_autophase(execph);
1588 if (execph & MSGIN_02_VALID) {
1595 if (!(execph & MSGIN_00_VALID) &&
1596 ((execph & DATA_IN_PHASE) || (execph & DATA_OUT_PHASE))) {
1639 if (execph & MSGIN_03_VALID) {
1659 if (execph & (MSGIN_00_VALID | MSGIN_04_VALID)) {
1682 if (execph & MSGIN_00_VALID) {
1695 } else if (execph & MSGIN_04_VALID) {
1928 unsigned short execph)
2003 if ((execph & DATA_IN_PHASE) || (execph & DATA_OUT_PHASE)) {
2007 if ((execph & MSGIN_02_VALID) && (s_sacklen > 0)) {