tag | line | file | source code |
controller_type | 122 | drivers/scsi/seagate.c | static unsigned char controller_type = 0; /* set to SEAGATE for ST0x boards or FD for TMC-8xx boards */ |
controller_type | 131 | drivers/scsi/seagate.c | controller_type = SEAGATE; |
controller_type | 137 | 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 | scsi_hosts[hostnum].this_id = (controller_type == SEAGATE) ? 7 : 6; |
controller_type | 343 | drivers/scsi/seagate.c | st0x_cr_sr =(void *) (((unsigned char *) base_address) + (controller_type == SEAGATE ? 0x1a00 : 0x1c00)); |
controller_type | 344 | drivers/scsi/seagate.c | st0x_dr = (void *) (((unsigned char *) base_address ) + (controller_type == SEAGATE ? 0x1c00 : 0x1e00)); |
controller_type | 393 | drivers/scsi/seagate.c | "\n", hostno, (controller_type == SEAGATE) ? "seagate" : |
controller_type | 650 | drivers/scsi/seagate.c | if (target == (controller_type == SEAGATE ? 7 : 6)) |
controller_type | 691 | drivers/scsi/seagate.c | if (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40))) |
controller_type | 808 | drivers/scsi/seagate.c | DATA = (controller_type == SEAGATE) ? 0x80 : 0x40; |
controller_type | 844 | drivers/scsi/seagate.c | DATA = (unsigned char) ((1 << target) | (controller_type == SEAGATE ? 0x80 : 0x40)); |