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

/linux-master/drivers/net/ethernet/smsc/
H A Dsmc9194.h143 #define IM_ALLOC_INT 0x8 macro
H A Dsmc9194.c540 if ( status & IM_ALLOC_INT ) {
542 outb( IM_ALLOC_INT, ioaddr + INTERRUPT );
549 SMC_ENABLE_INT( IM_ALLOC_INT );
757 outb( IM_ALLOC_INT, ioaddr + INT_MASK );
773 if ( int_status & IM_ALLOC_INT )
1384 } else if (status & IM_ALLOC_INT ) {
1388 mask &= ~IM_ALLOC_INT;
H A Dsmc91x.c673 if (status & IM_ALLOC_INT) {
674 SMC_ACK_INT(lp, IM_ALLOC_INT);
686 SMC_ENABLE_INT(lp, IM_ALLOC_INT);
1249 } else if (status & IM_ALLOC_INT) {
1252 mask &= ~IM_ALLOC_INT;
1791 SMC_SET_INT_MASK(lp, IM_ALLOC_INT);
1806 if (int_status & IM_ALLOC_INT)
H A Dsmc91c92_cs.c221 #define IM_ALLOC_INT 0x8 macro
1245 if (ir & IM_ALLOC_INT) {
1247 outw((ir&0xff00) | IM_ALLOC_INT, ioaddr + INTERRUPT);
1256 outw((IM_ALLOC_INT << 8) | (ir & 0xff00), ioaddr + INTERRUPT);
1403 if (status & IM_ALLOC_INT) {
1405 mask &= ~IM_ALLOC_INT;
H A Dsmc91x.h652 #define IM_ALLOC_INT 0x08 // Set when allocation request is completed macro

Completed in 163 milliseconds