Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_defs.h420 /*42*/ u16 nc_sist; /* <--: interrupt status */ member
Dsym_hipd.c234 INW (nc_sist); in sym_soft_reset()
391 (void) INW (nc_sist); /* clear pending scsi interrupt */ in getfreq()
393 (void) INW (nc_sist); /* another one, just to be sure :) */ in getfreq()
406 while (!(INW(nc_sist) & GEN) && ms++ < 100000) in getfreq()
1891 INW (nc_sist);
2823 sist |= INW (nc_sist);
/linux-2.4.37.9/drivers/scsi/
Dsym53c8xx_defs.h1245 /*42*/ u_short nc_sist; /* <--: interrupt status */ member
Dncr53c8xx.c6294 sist = (istat & SIP) ? INW (nc_sist) : 0;
6393 np->regdump.nc_sist = sist;
8407 (void) INW (nc_sist); /* clear pending scsi interrupt */
8409 (void) INW (nc_sist); /* another one, just to be sure :) */
8413 while (!(INW(nc_sist) & GEN) && ms++ < 100000) {
Dsym53c8xx.c7005 INW (nc_sist);
8872 sist |= INW (nc_sist);
8960 np->regdump.nc_sist = sist;
12426 (void) INW (nc_sist); /* clear pending scsi interrupt */
12428 (void) INW (nc_sist); /* another one, just to be sure :) */
12434 while (!(INW(nc_sist) & GEN) && ms++ < 100000) {