tag | line | file | source code |
---|---|---|---|
old_phase | 2363 | drivers/scsi/NCR5380.c | unsigned char phase, tmp, extended_msg[10], old_phase=0xff; |
old_phase | 2372 | drivers/scsi/NCR5380.c | if (phase != old_phase) { |
old_phase | 2373 | drivers/scsi/NCR5380.c | old_phase = phase; |
old_phase | 2141 | drivers/scsi/atari_NCR5380.c | unsigned char phase, tmp, extended_msg[10], old_phase=0xff; |
old_phase | 2149 | drivers/scsi/atari_NCR5380.c | if (phase != old_phase) { |
old_phase | 2150 | drivers/scsi/atari_NCR5380.c | old_phase = phase; |