Searched refs:INT_REG (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smc91x.h | 633 #define INT_REG(lp) SMC_REG(lp, 0x000C, 2) macro 859 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \ 860 : (SMC_inw(ioaddr, INT_REG(lp)) & 0xFF)) 865 SMC_outb(x, ioaddr, INT_REG(lp)); \ 870 __mask = SMC_inw(ioaddr, INT_REG(lp)) & ~0xff; \ 871 SMC_outw(__mask | (x), ioaddr, INT_REG(lp)); \ 878 : (SMC_inw(ioaddr, INT_REG(lp)) >> 8)) 885 SMC_outw((x) << 8, ioaddr, INT_REG(lp)); \
|
/linux-4.1.27/drivers/scsi/ |
D | NCR53c406a.c | 252 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()
|
D | sym53c416.c | 55 #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-4.1.27/drivers/scsi/arm/ |
D | acornscsi.c | 195 #define INT_REG 0x2000 macro 222 #define dmac_clearintr(host) writeb(0, (host)->fast + INT_REG) 332 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard() 353 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard() 2431 iostatus = readb(host->fast + INT_REG); in acornscsi_intr() 2435 iostatus = readb(host->fast + INT_REG); in acornscsi_intr() 2922 ec->irqaddr = ashost->fast + INT_REG; in acornscsi_probe()
|
/linux-4.1.27/drivers/scsi/pcmcia/ |
D | sym53c500_cs.c | 100 #define INT_REG 0x05 /* interrupt status register */ macro 374 int_reg = inb(port_base + INT_REG); in SYM53C500_intr()
|