Searched refs:SIP (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h184 #define SIP 0x02 /* sta: scsi-interrupt */ macro
H A Dsym_hipd.c163 if (istat & SIP) {
1021 if (INB(np, nc_istat) & (INTF|SIP|DIP))
2659 * after the SIP and/or DIP flag has been raised in the
2664 * SIP or DIP flag is set, there is a small window of time
2739 if (!(istat & (SIP|DIP)))
2757 if (istatc & SIP)
2763 } while (istatc & (SIP|DIP));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.h691 #define SIP 0x02 /* sta: scsi-interrupt */ macro
H A Dncr53c8xx.c5661 if (INB(nc_istat) & (INTF|SIP|DIP)) {
5804 if (!(istat & (SIP|DIP)))
5815 sist = (istat & SIP) ? INW (nc_sist) : 0;
7602 if (INB(nc_istat) & (INTF|SIP|DIP))

Completed in 205 milliseconds