Searched refs:INT_REG (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/smsc/ |
D | smc91x.h | 683 #define INT_REG(lp) SMC_REG(lp, 0x000C, 2) macro 909 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \ 910 : (SMC_inw(ioaddr, INT_REG(lp)) & 0xFF)) 915 SMC_outb(x, ioaddr, INT_REG(lp)); \ 920 __mask = SMC_inw(ioaddr, INT_REG(lp)) & ~0xff; \ 921 SMC_outw(lp, __mask | (x), ioaddr, INT_REG(lp)); \ 928 : (SMC_inw(ioaddr, INT_REG(lp)) >> 8)) 935 SMC_outw(lp, (x) << 8, ioaddr, INT_REG(lp)); \
|
/Linux-v4.19/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() 2432 iostatus = readb(host->fast + INT_REG); in acornscsi_intr() 2436 iostatus = readb(host->fast + INT_REG); in acornscsi_intr() 2924 ec->irqaddr = ashost->fast + INT_REG; in acornscsi_probe()
|
/Linux-v4.19/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()
|