Home
last modified time | relevance | path

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

/drivers/scsi/sym53c8xx_2/
Dsym_defs.h183 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
Dsym_hipd.c1038 if (INB(np, nc_istat) & (INTF|SIP|DIP))
2833 if (istat & INTF) {
2834 OUTB(np, nc_istat, (istat & SIGP) | INTF | np->istat_sem);
2841 return (istat & INTF) ? IRQ_HANDLED : IRQ_NONE;
/drivers/scsi/
Dncr53c8xx.h707 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
Dncr53c8xx.c5781 if (INB(nc_istat) & (INTF|SIP|DIP)) { in ncr_timeout()
5917 if (istat & INTF) { in ncr_exception()
5918 OUTB (nc_istat, (istat & SIGP) | INTF); in ncr_exception()
7740 if (INB(nc_istat) & (INTF|SIP|DIP))