Searched refs:nc_sist (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 243 /*42*/ u16 nc_sist; /* <--: interrupt status */ member
|
H A D | sym_hipd.c | 151 INW(np, nc_sist); in sym_soft_reset() 310 INW(np, nc_sist); /* clear pending scsi interrupt */ in getfreq() 312 INW(np, nc_sist); /* another one, just to be sure :) */ in getfreq() 325 while (!(INW(np, nc_sist) & GEN) && ms++ < 100000) in getfreq() 1181 sist = INW(np, nc_sist); 1865 INW(np, nc_sist); 2850 sist |= INW(np, nc_sist);
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 243 /*42*/ u16 nc_sist; /* <--: interrupt status */ member
|
H A D | sym_hipd.c | 151 INW(np, nc_sist); in sym_soft_reset() 310 INW(np, nc_sist); /* clear pending scsi interrupt */ in getfreq() 312 INW(np, nc_sist); /* another one, just to be sure :) */ in getfreq() 325 while (!(INW(np, nc_sist) & GEN) && ms++ < 100000) in getfreq() 1181 sist = INW(np, nc_sist); 1865 INW(np, nc_sist); 2850 sist |= INW(np, nc_sist);
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.h | 766 /*42*/ u16 nc_sist; /* <--: interrupt status */ member
|
H A D | ncr53c8xx.c | 5926 sist = (istat & SIP) ? INW (nc_sist) : 0; in ncr_exception() 6025 np->regdump.nc_sist = sist; in ncr_exception() 7863 (void) INW (nc_sist); /* clear pending scsi interrupt */ 7865 (void) INW (nc_sist); /* another one, just to be sure :) */ 7869 while (!(INW(nc_sist) & GEN) && ms++ < 100000) {
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.h | 766 /*42*/ u16 nc_sist; /* <--: interrupt status */ member
|
H A D | ncr53c8xx.c | 5760 sist = (istat & SIP) ? INW (nc_sist) : 0; in ncr_exception() 5859 np->regdump.nc_sist = sist; in ncr_exception() 7697 (void) INW (nc_sist); /* clear pending scsi interrupt */ 7699 (void) INW (nc_sist); /* another one, just to be sure :) */ 7703 while (!(INW(nc_sist) & GEN) && ms++ < 100000) {
|
Completed in 40 milliseconds