Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_defs.h256 /*42*/ u16 nc_sist; /* <--: interrupt status */ member
Dsym_hipd.c164 INW(np, nc_sist); in sym_soft_reset()
323 INW(np, nc_sist); /* clear pending scsi interrupt */ in getfreq()
325 INW(np, nc_sist); /* another one, just to be sure :) */ in getfreq()
338 while (!(INW(np, nc_sist) & GEN) && ms++ < 100000) in getfreq()
1194 sist = INW(np, nc_sist);
1878 INW(np, nc_sist);
2863 sist |= INW(np, nc_sist);
/linux-4.4.14/drivers/scsi/
Dncr53c8xx.h778 /*42*/ u16 nc_sist; /* <--: interrupt status */ member
Dncr53c8xx.c5935 sist = (istat & SIP) ? INW (nc_sist) : 0; in ncr_exception()
6034 np->regdump.nc_sist = sist; in ncr_exception()
7871 (void) INW (nc_sist); /* clear pending scsi interrupt */
7873 (void) INW (nc_sist); /* another one, just to be sure :) */
7877 while (!(INW(nc_sist) & GEN) && ms++ < 100000) {