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 | 304 | drivers/scsi/seagate.c | if (!controller_type) { |
controller_type | 310 | drivers/scsi/seagate.c | controller_type = CONTROLLER; |
controller_type | 316 | drivers/scsi/seagate.c | base_address,controller_type == SEAGATE ? "SEAGATE" : "FD"); |
controller_type | 335 | drivers/scsi/seagate.c | controller_type = signatures[j].type; |
controller_type | 340 | drivers/scsi/seagate.c | tpnt->this_id = (controller_type == SEAGATE) ? 7 : 6; |
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 | 395 | drivers/scsi/seagate.c | "\n", hostno, (controller_type == SEAGATE) ? "seagate" : |
controller_type | 652 | drivers/scsi/seagate.c | if (target == (controller_type == SEAGATE ? 7 : 6)) |
controller_type | 693 | drivers/scsi/seagate.c | if (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40))) |
controller_type | 810 | drivers/scsi/seagate.c | DATA = (controller_type == SEAGATE) ? 0x80 : 0x40; |
controller_type | 846 | drivers/scsi/seagate.c | DATA = (unsigned char) ((1 << target) | (controller_type == SEAGATE ? 0x80 : 0x40)); |