Searched refs:INTF (Results 1 – 4 of 4) sorted by relevance
183 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
1038 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;
707 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
5781 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))