Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/smsc/
A 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)); \
/linux/drivers/staging/rts5208/
A Dms.h95 #define INT_REG 0x01 macro
/linux/drivers/scsi/arm/
A Dacornscsi.c182 #define INT_REG 0x2000 macro
209 #define dmac_clearintr(host) writeb(0, (host)->fast + INT_REG)
319 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard()
340 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard()
2368 iostatus = readb(host->fast + INT_REG); in acornscsi_intr()
2372 iostatus = readb(host->fast + INT_REG); in acornscsi_intr()
2821 ec->irqaddr = ashost->fast + INT_REG; in acornscsi_probe()
/linux/drivers/scsi/pcmcia/
A Dsym53c500_cs.c91 #define INT_REG 0x05 /* interrupt status register */ macro
365 int_reg = inb(port_base + INT_REG); in SYM53C500_intr()

Completed in 14 milliseconds