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

/drivers/net/ethernet/smsc/
H A Dsmc91x.h720 #define INT_REG(lp) SMC_REG(lp, 0x000C, 2) macro
946 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \
947 : (SMC_inw(ioaddr, INT_REG(lp)) & 0xFF))
952 SMC_outb(x, ioaddr, INT_REG(lp)); \
957 __mask = SMC_inw(ioaddr, INT_REG(lp)) & ~0xff; \
958 SMC_outw(__mask | (x), ioaddr, INT_REG(lp)); \
965 : (SMC_inw(ioaddr, INT_REG(lp)) >> 8))
972 SMC_outw((x) << 8, ioaddr, INT_REG(lp)); \
/drivers/scsi/
H A DNCR53c406a.c252 static int INT_REG; /* interrupt status register */ variable
803 int_reg = inb(INT_REG);
959 inb(INT_REG); /* clear the interrupt register */
1016 INT_REG = (port_base + 0x05);
H A Dsym53c416.c55 #define INT_REG 0x05 /* Interrupt Register (READ) */ macro
340 int_reg = inb(base + INT_REG);
521 inb(base + INT_REG);
/drivers/scsi/arm/
H A Dacornscsi.c195 #define INT_REG 0x2000 macro
222 #define dmac_clearintr(host) writeb(0, (host)->fast + INT_REG)
332 if (readb(host->fast + INT_REG) & 8)
353 if (readb(host->fast + INT_REG) & 8)
2431 iostatus = readb(host->fast + INT_REG);
2435 iostatus = readb(host->fast + INT_REG);
2922 ec->irqaddr = ashost->fast + INT_REG;
/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c100 #define INT_REG 0x05 /* interrupt status register */ macro
374 int_reg = inb(port_base + INT_REG);

Completed in 105 milliseconds