Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h661 #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)); \
/openbmc/linux/drivers/staging/rts5208/
H A Dms.h95 #define INT_REG 0x01 macro
/openbmc/linux/drivers/scsi/arm/
H A Dacornscsi.c186 #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()
/openbmc/linux/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c91 #define INT_REG 0x05 /* interrupt status register */ macro
372 int_reg = inb(port_base + INT_REG); in SYM53C500_intr()