Lines Matching refs:phase
52 # Table of the SCSI phase encodings
154 $phase = join ('|', keys %scsi_phases);
155 print STDERR "phase regex = $phase\n" if ($debug);
309 } elsif ($conditional =~ /^($phase)\s*(.*)/i) {
314 print STDERR "$0 : parsed phase $phase_index\n" if ($debug);
327 ".$not."<phase> $1 data
332 NOT <phase>|ATN OR data
333 <phase>|ATN AND data
454 # Process MOVE length, address, WITH|WHEN phase instruction
457 if ($rest =~ /^FROM\s+($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) {
466 } elsif ($rest =~ /^($value)\s*,\s*(PTR\s+|)($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) {
611 expected (initiator) <length>, <address>, WHEN <phase>
612 (target) <length>, <address>, WITH <phase>