tag | line | file | source code |
controller_type | 84 | kernel/blk_drv/scsi/seagate.c | static unsigned char controller_type; /* set to SEAGATE for ST0x boards or FD for TMC-88x boards */ |
controller_type | 194 | kernel/blk_drv/scsi/seagate.c | controller_type = CONTROLLER; |
controller_type | 200 | kernel/blk_drv/scsi/seagate.c | base_address,controller_type == SEAGATE ? "SEAGATE" : "FD"); |
controller_type | 216 | kernel/blk_drv/scsi/seagate.c | controller_type = signatures[j].type; |
controller_type | 220 | kernel/blk_drv/scsi/seagate.c | scsi_hosts[hostnum].this_id = (controller_type == SEAGATE) ? 7 : 6; |
controller_type | 224 | kernel/blk_drv/scsi/seagate.c | st0x_cr_sr =(void *) (((unsigned char *) base_address) + (controller_type == SEAGATE ? 0x1a00 : 0x1c00)); |
controller_type | 225 | kernel/blk_drv/scsi/seagate.c | st0x_dr = (void *) (((unsigned char *) base_address ) + (controller_type == SEAGATE ? 0x1c00 : 0x1e00)); |
controller_type | 264 | kernel/blk_drv/scsi/seagate.c | "\n", hostno, (controller_type == SEAGATE) ? "seagate" : |
controller_type | 510 | kernel/blk_drv/scsi/seagate.c | if (target == (controller_type == SEAGATE ? 7 : 6)) |
controller_type | 551 | kernel/blk_drv/scsi/seagate.c | if (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40))) |
controller_type | 674 | kernel/blk_drv/scsi/seagate.c | DATA = (unsigned char) ((1 << target) | (controller_type == SEAGATE ? 0x80 : 0x40)); |