Searched refs:INTF (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/
H A Ddsmg600-pci.c34 #define INTF 6 macro
43 set_irq_type(IXP4XX_GPIO_IRQ(INTF), IRQ_TYPE_LEVEL_LOW);
54 { IXP4XX_GPIO_IRQ(INTF), -1, -1 },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h183 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
H A Dsym_hipd.c1013 if (INB(np, nc_istat) & (INTF|SIP|DIP))
2781 * clear of the INTF flag reaches the device
2785 * prior to deliver the INTF interrupt condition.
2788 if (istat & INTF) {
2789 OUTB(np, nc_istat, (istat & SIGP) | INTF | np->istat_sem);
2796 return (istat & INTF) ? IRQ_HANDLED : IRQ_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.h690 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
H A Dncr53c8xx.c5639 if (INB(nc_istat) & (INTF|SIP|DIP)) {
5775 if (istat & INTF) {
5776 OUTB (nc_istat, (istat & SIGP) | INTF);
7556 if (INB(nc_istat) & (INTF|SIP|DIP))

Completed in 208 milliseconds