taglinefilesource code
controller_type64kernel/blk_drv/scsi/seagate.cstatic unsigned char controller_type;  /* set to SEAGATE for ST0x boards or FD for TMC-88x boards */
controller_type162kernel/blk_drv/scsi/seagate.ccontroller_type = CONTROLLER;
controller_type168kernel/blk_drv/scsi/seagate.cbase_address,controller_type == SEAGATE ? "SEAGATE" : "FD");
controller_type184kernel/blk_drv/scsi/seagate.ccontroller_type = signatures[j].type;
controller_type190kernel/blk_drv/scsi/seagate.cst0x_cr_sr =(void *) (((unsigned char *) base_address) + (controller_type == SEAGATE ? 0x1a00 : 0x1c00)); 
controller_type191kernel/blk_drv/scsi/seagate.cst0x_dr = (void *) (((unsigned char *) base_address ) + (controller_type == SEAGATE ? 0x1c00 : 0x1e00));
controller_type401kernel/blk_drv/scsi/seagate.cif (target == (controller_type == SEAGATE ? 7 : 6))
controller_type442kernel/blk_drv/scsi/seagate.cif (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40)))
controller_type550kernel/blk_drv/scsi/seagate.cDATA = (unsigned char) ((1 << target) | (controller_type == SEAGATE ? 0x80 : 0x40));