Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/pci/
Dncrreg.h196 /*42*/ u_short nc_sist; /* <--: interrupt status */ member
Dncr.c5298 sist = (istat & SIP) ? INW (nc_sist) : 0;
5401 np->regdump.nc_sist = sist;
6964 (void) INW (nc_sist); /* clear pending scsi interrupt */
6966 (void) INW (nc_sist); /* another one, just to be sure :) */
6970 while (!(INW(nc_sist) & GEN) && ms++ < 1000)
/freebsd-9-stable/sys/dev/sym/
Dsym_defs.h421 /*42*/ u16 nc_sist; /* <--: interrupt status */ member
Dsym_hipd.c2970 INW (nc_sist); in sym_soft_reset()
3270 INW (nc_sist); in sym_init()
3856 sist |= INW (nc_sist); in sym_intr1()
6906 (void) INW (nc_sist); /* clear pending scsi interrupt */
6908 (void) INW (nc_sist); /* another one, just to be sure :) */
6912 while (!(INW(nc_sist) & GEN) && ms++ < 100000)