Home
last modified time | relevance | path

Searched refs:nc_scntl1 (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/dev/disk/ncr/
H A Dncrreg.h61 /*01*/ u_char nc_scntl1; /* no reset */ member
H A Dncr.c4362 OUTB (nc_scntl1, CRST);
4764 OUTB (nc_scntl1, 0x00 ); /* odd parity, and remove CRST!! */
5442 OUTB (nc_scntl1, CRST);
5444 OUTB (nc_scntl1, 0x00);
/dflybsd-src/sys/dev/disk/sym/
H A Dsym_defs.h269 /*01*/ u8 nc_scntl1; /* no reset */ member
H A Dsym_hipd.c3028 OUTB (nc_scntl1, CRST); in sym_reset_scsi_bus()
3061 OUTB (nc_scntl1, 0); in sym_reset_scsi_bus()
3196 OUTB (nc_scntl1, 0x00); /* odd parity, and remove CRST!! */ in sym_init()
4161 if (!(INB (nc_scntl1) & ISCON)) { in sym_int_par()