Searched refs:IM_ALLOC_INT (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc9194.h143 #define IM_ALLOC_INT 0x8 macro
H A Dsmc9194.c555 if ( status & IM_ALLOC_INT ) {
557 outb( IM_ALLOC_INT, ioaddr + INTERRUPT );
564 SMC_ENABLE_INT( IM_ALLOC_INT );
776 outb( IM_ALLOC_INT, ioaddr + INT_MASK );
792 if ( int_status & IM_ALLOC_INT )
1390 } else if (status & IM_ALLOC_INT ) {
1394 mask &= ~IM_ALLOC_INT;
H A Dsmc91x.c676 if (status & IM_ALLOC_INT) {
677 SMC_ACK_INT(lp, IM_ALLOC_INT);
689 SMC_ENABLE_INT(lp, IM_ALLOC_INT);
1254 } else if (status & IM_ALLOC_INT) {
1257 mask &= ~IM_ALLOC_INT;
1812 SMC_SET_INT_MASK(lp, IM_ALLOC_INT);
1827 if (int_status & IM_ALLOC_INT)
H A Dsmc91x.h801 #define IM_ALLOC_INT 0x08 // Set when allocation request is completed macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dsmc91c92_cs.c221 #define IM_ALLOC_INT 0x8 macro
1294 if (ir & IM_ALLOC_INT) {
1296 outw((ir&0xff00) | IM_ALLOC_INT, ioaddr + INTERRUPT);
1305 outw((IM_ALLOC_INT << 8) | (ir & 0xff00), ioaddr + INTERRUPT);
1449 if (status & IM_ALLOC_INT) {
1451 mask &= ~IM_ALLOC_INT;

Completed in 164 milliseconds