Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dncrreg.h151 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
Dncr.c4309 if (INB(nc_istat) & (INTF|SIP|DIP)) {
4315 } while (INB(nc_istat) & (INTF|SIP|DIP));
5871 if (INB(nc_istat) & (INTF|SIP|DIP)) { in ncr_timeout()
5981 while ((istat = INB (nc_istat)) & INTF) {
5983 OUTB (nc_istat, INTF);
7627 if (INB(nc_istat) & (INTF|SIP|DIP))
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dxtensa-isa.c1623 #define CHECK_INTERFACE(INTISA,INTF,ERRVAL) \ argument
1625 if ((INTF) < 0 || (INTF) >= (INTISA)->num_interfaces) \