Home
last modified time | relevance | path

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

/drivers/net/ethernet/smsc/
Dsmc91x.h672 #define INT_REG(lp) SMC_REG(lp, 0x000C, 2) macro
898 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \
899 : (SMC_inw(ioaddr, INT_REG(lp)) & 0xFF))
904 SMC_outb(x, ioaddr, INT_REG(lp)); \
909 __mask = SMC_inw(ioaddr, INT_REG(lp)) & ~0xff; \
910 SMC_outw(lp, __mask | (x), ioaddr, INT_REG(lp)); \
917 : (SMC_inw(ioaddr, INT_REG(lp)) >> 8))
924 SMC_outw(lp, (x) << 8, ioaddr, INT_REG(lp)); \
/drivers/staging/rts5208/
Dms.h95 #define INT_REG 0x01 macro
/drivers/scsi/arm/
Dacornscsi.c192 #define INT_REG 0x2000 macro
219 #define dmac_clearintr(host) writeb(0, (host)->fast + INT_REG)
329 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard()
350 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard()
2429 iostatus = readb(host->fast + INT_REG); in acornscsi_intr()
2433 iostatus = readb(host->fast + INT_REG); in acornscsi_intr()
2923 ec->irqaddr = ashost->fast + INT_REG; in acornscsi_probe()
/drivers/scsi/pcmcia/
Dsym53c500_cs.c91 #define INT_REG 0x05 /* interrupt status register */ macro
365 int_reg = inb(port_base + INT_REG); in SYM53C500_intr()