tag | line | file | source code |
---|---|---|---|
st0x_cr_sr | 58 | kernel/blk_drv/scsi/seagate.c | static volatile void *st0x_cr_sr; /* |
st0x_cr_sr | 87 | kernel/blk_drv/scsi/seagate.c | #define STATUS (*(volatile unsigned char *) st0x_cr_sr) |
st0x_cr_sr | 224 | kernel/blk_drv/scsi/seagate.c | st0x_cr_sr =(void *) (((unsigned char *) base_address) + (controller_type == SEAGATE ? 0x1a00 : 0x1c00)); |
st0x_cr_sr | 227 | kernel/blk_drv/scsi/seagate.c | printk("ST0x detected. Base address = %x, cr = %x, dr = %x\n", base_address, st0x_cr_sr, st0x_dr); |