Searched refs:INTF (Results 1 – 5 of 5) sorted by relevance
53 encoder -> INTF /
170 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
1025 if (INB(np, nc_istat) & (INTF|SIP|DIP))2820 if (istat & INTF) {2821 OUTB(np, nc_istat, (istat & SIGP) | INTF | np->istat_sem);2828 return (istat & INTF) ? IRQ_HANDLED : IRQ_NONE;
691 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
5606 if (INB(nc_istat) & (INTF|SIP|DIP)) { in ncr_timeout()5742 if (istat & INTF) { in ncr_exception()5743 OUTB (nc_istat, (istat & SIGP) | INTF); in ncr_exception()7566 if (INB(nc_istat) & (INTF|SIP|DIP))
Completed in 29 milliseconds