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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dsmc9194.h143 #define IM_ALLOC_INT 0x8 macro
H A Dsmc9194.c528 if ( status & IM_ALLOC_INT ) {
530 outb( IM_ALLOC_INT, ioaddr + INTERRUPT );
537 SMC_ENABLE_INT( IM_ALLOC_INT );
728 outb( IM_ALLOC_INT, ioaddr + INT_MASK );
744 if ( int_status & IM_ALLOC_INT )
1158 } else if (status & IM_ALLOC_INT ) {
1162 mask &= ~IM_ALLOC_INT;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dsmc91c92_cs.c237 #define IM_ALLOC_INT 0x8 macro
1477 if (ir & IM_ALLOC_INT) {
1479 outw((ir&0xff00) | IM_ALLOC_INT, ioaddr + INTERRUPT);
1487 outw((IM_ALLOC_INT << 8) | (ir & 0xff00), ioaddr + INTERRUPT);
1625 if (status & IM_ALLOC_INT) {
1627 mask &= ~IM_ALLOC_INT;

Completed in 90 milliseconds