taglinefilesource code
controller_type134drivers/scsi/seagate.cstatic unsigned char controller_type = 0; /* set to SEAGATE for ST0x boards or FD for TMC-8xx boards */
controller_type143drivers/scsi/seagate.ccontroller_type = SEAGATE;
controller_type149drivers/scsi/seagate.ccontroller_type = FD;
controller_type310drivers/scsi/seagate.cif (!controller_type) {
controller_type316drivers/scsi/seagate.ccontroller_type = CONTROLLER;
controller_type322drivers/scsi/seagate.cbase_address,controller_type == SEAGATE ? "SEAGATE" : "FD");
controller_type341drivers/scsi/seagate.ccontroller_type = signatures[j].type;
controller_type346drivers/scsi/seagate.ctpnt->this_id = (controller_type == SEAGATE) ? 7 : 6;
controller_type347drivers/scsi/seagate.ctpnt->name = (controller_type == SEAGATE) ? ST0X_ID_STR : FD_ID_STR;
controller_type351drivers/scsi/seagate.cst0x_cr_sr =(void *) (((const unsigned char *) base_address) + (controller_type == SEAGATE ? 0x1a00 : 0x1c00)); 
controller_type352drivers/scsi/seagate.cst0x_dr = (void *) (((const unsigned char *) base_address ) + (controller_type == SEAGATE ? 0x1c00 : 0x1e00));
controller_type363drivers/scsi/seagate.c(controller_type == SEAGATE) ? "seagate" : "tmc-8xx")) {
controller_type404drivers/scsi/seagate.c(controller_type == SEAGATE) ? ST0X_ID_STR : FD_ID_STR,
controller_type688drivers/scsi/seagate.cif (target == (controller_type == SEAGATE ? 7 : 6))
controller_type731drivers/scsi/seagate.cif (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40)))
controller_type848drivers/scsi/seagate.cDATA = (controller_type == SEAGATE) ? 0x80 : 0x40;
controller_type884drivers/scsi/seagate.cDATA = (unsigned char) ((1 << target) | (controller_type == SEAGATE ? 0x80 : 0x40));