taglinefilesource code
controller_type84kernel/blk_drv/scsi/seagate.cstatic unsigned char controller_type;  /* set to SEAGATE for ST0x boards or FD for TMC-88x boards */
controller_type194kernel/blk_drv/scsi/seagate.ccontroller_type = CONTROLLER;
controller_type200kernel/blk_drv/scsi/seagate.cbase_address,controller_type == SEAGATE ? "SEAGATE" : "FD");
controller_type216kernel/blk_drv/scsi/seagate.ccontroller_type = signatures[j].type;
controller_type220kernel/blk_drv/scsi/seagate.cscsi_hosts[hostnum].this_id = (controller_type == SEAGATE) ? 7 : 6;
controller_type224kernel/blk_drv/scsi/seagate.cst0x_cr_sr =(void *) (((unsigned char *) base_address) + (controller_type == SEAGATE ? 0x1a00 : 0x1c00)); 
controller_type225kernel/blk_drv/scsi/seagate.cst0x_dr = (void *) (((unsigned char *) base_address ) + (controller_type == SEAGATE ? 0x1c00 : 0x1e00));
controller_type264kernel/blk_drv/scsi/seagate.c"\n", hostno, (controller_type == SEAGATE) ? "seagate" : 
controller_type510kernel/blk_drv/scsi/seagate.cif (target == (controller_type == SEAGATE ? 7 : 6))
controller_type551kernel/blk_drv/scsi/seagate.cif (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40)))
controller_type674kernel/blk_drv/scsi/seagate.cDATA = (unsigned char) ((1 << target) | (controller_type == SEAGATE ? 0x80 : 0x40));