syncneg 465 drivers/scsi/aha152x.c unsigned char syncneg[8]; syncneg 541 drivers/scsi/aha152x.c #define SYNCNEG (HOSTDATA(shpnt)->syncneg[CURRENT_SC->device->id]) syncneg 1375 drivers/scsi/aha152x.c CURRENT_SC->SCp.phase &= ~syncneg; syncneg 1531 drivers/scsi/aha152x.c CURRENT_SC->SCp.phase |= syncneg; syncneg 1743 drivers/scsi/aha152x.c if (syncneg) { syncneg 1790 drivers/scsi/aha152x.c HOSTDATA(shpnt)->syncneg[i]=0; syncneg 1828 drivers/scsi/aha152x.c if((CURRENT_SC->SCp.phase & syncneg) && SYNCNEG==2 && SYNCRATE==0) { syncneg 2448 drivers/scsi/aha152x.c (ptr->SCp.phase & syncneg) ? "syncneg|" : "", syncneg 2509 drivers/scsi/aha152x.c if (ptr->SCp.phase & syncneg) syncneg 259 drivers/scsi/aha152x.h unsigned syncneg:1; /* Initial sync neg: 0=disabled, 1=enabled */ syncneg 283 drivers/scsi/aha152x.h #define cf_syncneg fields.syncneg