Searched refs:nc_scntl1 (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 100 /*01*/ u8 nc_scntl1; /* no reset */ member
|
D | sym_hipd.c | 204 OUTB(np, nc_scntl1, CRST); in sym_reset_scsi_bus() 238 OUTB(np, nc_scntl1, 0); in sym_reset_scsi_bus() 1772 OUTB(np, nc_scntl1, 0x00); /* odd parity, and remove CRST!! */ 2328 if (!(INB(np, nc_scntl1) & ISCON)) {
|
/drivers/scsi/ |
D | ncr53c8xx.h | 624 /*01*/ u8 nc_scntl1; /* no reset */ member
|
D | ncr53c8xx.c | 4501 OUTB (nc_scntl1, CRST); in ncr_reset_scsi_bus() 4535 OUTB (nc_scntl1, 0); in ncr_reset_scsi_bus() 5278 OUTB (nc_scntl1, 0x00); /* odd parity, and remove CRST!! */ in ncr_init() 6180 if (!(INB (nc_scntl1) & ISCON)) in ncr_int_par()
|