tag | line | file | source code |
controller_type | 128 | drivers/scsi/seagate.c | static unsigned char controller_type = 0; /* set to SEAGATE for ST0x boards or FD for TMC-8xx boards */ |
controller_type | 137 | drivers/scsi/seagate.c | controller_type = SEAGATE; |
controller_type | 143 | drivers/scsi/seagate.c | controller_type = FD; |
controller_type | 303 | drivers/scsi/seagate.c | if (!controller_type) { |
controller_type | 309 | drivers/scsi/seagate.c | controller_type = CONTROLLER; |
controller_type | 315 | drivers/scsi/seagate.c | base_address,controller_type == SEAGATE ? "SEAGATE" : "FD"); |
controller_type | 334 | drivers/scsi/seagate.c | controller_type = signatures[j].type; |
controller_type | 339 | drivers/scsi/seagate.c | tpnt->this_id = (controller_type == SEAGATE) ? 7 : 6; |
controller_type | 340 | drivers/scsi/seagate.c | tpnt->name = (controller_type == SEAGATE) ? ST0X_ID_STR : FD_ID_STR; |
controller_type | 344 | drivers/scsi/seagate.c | st0x_cr_sr =(void *) (((unsigned char *) base_address) + (controller_type == SEAGATE ? 0x1a00 : 0x1c00)); |
controller_type | 345 | drivers/scsi/seagate.c | st0x_dr = (void *) (((unsigned char *) base_address ) + (controller_type == SEAGATE ? 0x1c00 : 0x1e00)); |
controller_type | 356 | drivers/scsi/seagate.c | (controller_type == SEAGATE) ? "seagate" : "tmc-8xx")) { |
controller_type | 397 | drivers/scsi/seagate.c | (controller_type == SEAGATE) ? ST0X_ID_STR : FD_ID_STR, |
controller_type | 654 | drivers/scsi/seagate.c | if (target == (controller_type == SEAGATE ? 7 : 6)) |
controller_type | 697 | drivers/scsi/seagate.c | if (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40))) |
controller_type | 814 | drivers/scsi/seagate.c | DATA = (controller_type == SEAGATE) ? 0x80 : 0x40; |
controller_type | 850 | drivers/scsi/seagate.c | DATA = (unsigned char) ((1 << target) | (controller_type == SEAGATE ? 0x80 : 0x40)); |