tag | line | file | source code |
controller_type | 132 | drivers/scsi/seagate.c | static unsigned char controller_type = 0; /* set to SEAGATE for ST0x boards or FD for TMC-8xx boards */ |
controller_type | 141 | drivers/scsi/seagate.c | controller_type = SEAGATE; |
controller_type | 147 | drivers/scsi/seagate.c | controller_type = FD; |
controller_type | 308 | drivers/scsi/seagate.c | if (!controller_type) { |
controller_type | 314 | drivers/scsi/seagate.c | controller_type = CONTROLLER; |
controller_type | 320 | drivers/scsi/seagate.c | base_address,controller_type == SEAGATE ? "SEAGATE" : "FD"); |
controller_type | 339 | drivers/scsi/seagate.c | controller_type = signatures[j].type; |
controller_type | 344 | drivers/scsi/seagate.c | tpnt->this_id = (controller_type == SEAGATE) ? 7 : 6; |
controller_type | 345 | drivers/scsi/seagate.c | tpnt->name = (controller_type == SEAGATE) ? ST0X_ID_STR : FD_ID_STR; |
controller_type | 349 | drivers/scsi/seagate.c | st0x_cr_sr =(void *) (((const unsigned char *) base_address) + (controller_type == SEAGATE ? 0x1a00 : 0x1c00)); |
controller_type | 350 | drivers/scsi/seagate.c | st0x_dr = (void *) (((const unsigned char *) base_address ) + (controller_type == SEAGATE ? 0x1c00 : 0x1e00)); |
controller_type | 361 | drivers/scsi/seagate.c | (controller_type == SEAGATE) ? "seagate" : "tmc-8xx", NULL)) { |
controller_type | 404 | drivers/scsi/seagate.c | (controller_type == SEAGATE) ? ST0X_ID_STR : FD_ID_STR, |
controller_type | 688 | drivers/scsi/seagate.c | if (target == (controller_type == SEAGATE ? 7 : 6)) |
controller_type | 731 | drivers/scsi/seagate.c | if (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40))) |
controller_type | 848 | drivers/scsi/seagate.c | DATA = (controller_type == SEAGATE) ? 0x80 : 0x40; |
controller_type | 884 | drivers/scsi/seagate.c | DATA = (unsigned char) ((1 << target) | (controller_type == SEAGATE ? 0x80 : 0x40)); |