Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/smsc/
Dsmc91x.h718 #define INT_REG(lp) SMC_REG(lp, 0x000C, 2) macro
944 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \
945 : (SMC_inw(ioaddr, INT_REG(lp)) & 0xFF))
950 SMC_outb(x, ioaddr, INT_REG(lp)); \
955 __mask = SMC_inw(ioaddr, INT_REG(lp)) & ~0xff; \
956 SMC_outw(__mask | (x), ioaddr, INT_REG(lp)); \
963 : (SMC_inw(ioaddr, INT_REG(lp)) >> 8))
970 SMC_outw((x) << 8, ioaddr, INT_REG(lp)); \
/linux-3.4.99/drivers/scsi/
DNCR53c406a.c252 static int INT_REG; /* interrupt status register */ variable
803 int_reg = inb(INT_REG); in NCR53c406a_intr()
959 inb(INT_REG); /* clear the interrupt register */ in irq_probe()
1016 INT_REG = (port_base + 0x05); in calc_port_addr()
Dsym53c416.c55 #define INT_REG 0x05 /* Interrupt Register (READ) */ macro
340 int_reg = inb(base + INT_REG); in sym53c416_intr_handle()
521 inb(base + INT_REG); in sym53c416_probeirq()
/linux-3.4.99/drivers/scsi/arm/
Dacornscsi.c206 #define INT_REG 0x2000 macro
233 #define dmac_clearintr(host) writeb(0, (host)->fast + INT_REG)
343 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard()
364 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard()
2475 iostatus = readb(host->fast + INT_REG); in acornscsi_intr()
2479 iostatus = readb(host->fast + INT_REG); in acornscsi_intr()
2996 ec->irqaddr = ashost->fast + INT_REG; in acornscsi_probe()
/linux-3.4.99/drivers/scsi/pcmcia/
Dsym53c500_cs.c100 #define INT_REG 0x05 /* interrupt status register */ macro
374 int_reg = inb(port_base + INT_REG); in SYM53C500_intr()