Searched refs:nc_scntl1 (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 87 /*01*/ u8 nc_scntl1; /* no reset */ member
|
D | sym_hipd.c | 191 OUTB(np, nc_scntl1, CRST); in sym_reset_scsi_bus() 225 OUTB(np, nc_scntl1, 0); in sym_reset_scsi_bus() 1759 OUTB(np, nc_scntl1, 0x00); /* odd parity, and remove CRST!! */ 2315 if (!(INB(np, nc_scntl1) & ISCON)) {
|
/linux-6.1.9/drivers/scsi/ |
D | ncr53c8xx.h | 608 /*01*/ u8 nc_scntl1; /* no reset */ member
|
D | ncr53c8xx.c | 4460 OUTB (nc_scntl1, CRST); in ncr_reset_scsi_bus() 4494 OUTB (nc_scntl1, 0); in ncr_reset_scsi_bus() 5128 OUTB (nc_scntl1, 0x00); /* odd parity, and remove CRST!! */ in ncr_init() 6005 if (!(INB (nc_scntl1) & ISCON)) in ncr_int_par()
|