Searched refs:old_phase (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | atari_NCR5380.c | 2012 unsigned char phase, tmp, extended_msg[10], old_phase=0xff; in NCR5380_information_transfer() local 2020 if (phase != old_phase) { in NCR5380_information_transfer() 2021 old_phase = phase; in NCR5380_information_transfer()
|
D | mac_NCR5380.c | 2162 unsigned char phase, tmp, extended_msg[10], old_phase=0xff; in NCR5380_information_transfer() local 2170 if (phase != old_phase) { in NCR5380_information_transfer() 2171 old_phase = phase; in NCR5380_information_transfer()
|
D | sun3_NCR5380.c | 1992 unsigned char phase, tmp, extended_msg[10], old_phase=0xff; in NCR5380_information_transfer() local 2004 if (phase != old_phase) { in NCR5380_information_transfer() 2005 old_phase = phase; in NCR5380_information_transfer()
|
D | NCR5380.c | 2266 unsigned char phase, tmp, extended_msg[10], old_phase = 0xff; local 2278 if (phase != old_phase) { 2279 old_phase = phase;
|