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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsmc91x.h846 #define INT_REG SMC_REG(0x000C, 2) macro
1072 ( SMC_CAN_USE_8BIT ? (SMC_inb(ioaddr, INT_REG)) \
1073 : (SMC_inw(ioaddr, INT_REG) & 0xFF) )
1078 SMC_outb(x, ioaddr, INT_REG); \
1083 __mask = SMC_inw( ioaddr, INT_REG ) & ~0xff; \
1084 SMC_outw( __mask | (x), ioaddr, INT_REG ); \
1091 : (SMC_inw( ioaddr, INT_REG ) >> 8) )
1098 SMC_outw((x) << 8, ioaddr, INT_REG); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DNCR53c406a.c252 static int INT_REG; /* interrupt status register */ variable
775 int_reg = inb(INT_REG);
942 inb(INT_REG); /* clear the interrupt register */
999 INT_REG = (port_base + 0x05);
H A Dsym53c416.c56 #define INT_REG 0x05 /* Interrupt Register (READ) */ macro
355 int_reg = inb(base + INT_REG);
543 inb(base + INT_REG);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c113 #define INT_REG 0x05 /* interrupt status register */ macro
390 int_reg = inb(port_base + INT_REG);

Completed in 55 milliseconds