Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/pci/
Dncrreg.h61 /*01*/ u_char nc_scntl1; /* no reset */ member
Dncr.c4348 OUTB (nc_scntl1, CRST);
4750 OUTB (nc_scntl1, 0x00 ); /* odd parity, and remove CRST!! */
5427 OUTB (nc_scntl1, CRST);
5429 OUTB (nc_scntl1, 0x00);
/freebsd-9-stable/sys/dev/sym/
Dsym_defs.h269 /*01*/ u8 nc_scntl1; /* no reset */ member
Dsym_hipd.c3009 OUTB (nc_scntl1, CRST); in sym_reset_scsi_bus()
3042 OUTB (nc_scntl1, 0); in sym_reset_scsi_bus()
3177 OUTB (nc_scntl1, 0x00); /* odd parity, and remove CRST!! */ in sym_init()
4138 if (!(INB (nc_scntl1) & ISCON)) { in sym_int_par()