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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc91x.h791 #define INT_REG(lp) SMC_REG(lp, 0x000C, 2) macro
1017 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \
1018 : (SMC_inw(ioaddr, INT_REG(lp)) & 0xFF))
1023 SMC_outb(x, ioaddr, INT_REG(lp)); \
1028 __mask = SMC_inw(ioaddr, INT_REG(lp)) & ~0xff; \
1029 SMC_outw(__mask | (x), ioaddr, INT_REG(lp)); \
1036 : (SMC_inw(ioaddr, INT_REG(lp)) >> 8))
1043 SMC_outw((x) << 8, ioaddr, INT_REG(lp)); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DNCR53c406a.c252 static int INT_REG; /* interrupt status register */ variable
775 int_reg = inb(INT_REG);
931 inb(INT_REG); /* clear the interrupt register */
988 INT_REG = (port_base + 0x05);
H A Dsym53c416.c56 #define INT_REG 0x05 /* Interrupt Register (READ) */ macro
341 int_reg = inb(base + INT_REG);
522 inb(base + INT_REG);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.c207 #define INT_REG 0x2000 macro
234 #define dmac_clearintr(host) writeb(0, (host)->fast + INT_REG)
344 if (readb(host->fast + INT_REG) & 8)
365 if (readb(host->fast + INT_REG) & 8)
2434 iostatus = readb(host->fast + INT_REG);
2438 iostatus = readb(host->fast + INT_REG);
2953 ec->irqaddr = ashost->fast + INT_REG;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c101 #define INT_REG 0x05 /* interrupt status register */ macro
375 int_reg = inb(port_base + INT_REG);

Completed in 111 milliseconds