Searched refs:INT_REG (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/smsc/ |
D | smc91x.h | 661 #define INT_REG(lp) SMC_REG(lp, 0x000C, 2) macro 887 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \ 888 : (SMC_inw(ioaddr, INT_REG(lp)) & 0xFF)) 893 SMC_outb(x, ioaddr, INT_REG(lp)); \ 898 __mask = SMC_inw(ioaddr, INT_REG(lp)) & ~0xff; \ 899 SMC_outw(lp, __mask | (x), ioaddr, INT_REG(lp)); \ 906 : (SMC_inw(ioaddr, INT_REG(lp)) >> 8)) 913 SMC_outw(lp, (x) << 8, ioaddr, INT_REG(lp)); \
|
/linux-6.1.9/drivers/staging/rts5208/ |
D | ms.h | 95 #define INT_REG 0x01 macro
|
/linux-6.1.9/drivers/scsi/arm/ |
D | acornscsi.c | 186 #define INT_REG 0x2000 macro 213 #define dmac_clearintr(host) writeb(0, (host)->fast + INT_REG) 323 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard() 344 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard() 2374 iostatus = readb(host->fast + INT_REG); in acornscsi_intr() 2378 iostatus = readb(host->fast + INT_REG); in acornscsi_intr() 2829 ec->irqaddr = ashost->fast + INT_REG; in acornscsi_probe()
|
/linux-6.1.9/drivers/scsi/pcmcia/ |
D | sym53c500_cs.c | 91 #define INT_REG 0x05 /* interrupt status register */ macro 372 int_reg = inb(port_base + INT_REG); in SYM53C500_intr()
|