Searched refs:IM_TX_EMPTY_INT (Results 1 – 7 of 7) sorted by relevance
656 SMC_ENABLE_INT( (IM_TX_INT | IM_TX_EMPTY_INT) ); in smc_hardware_send_packet()1364 } else if (status & IM_TX_EMPTY_INT ) { in smc_interrupt()1379 outb( IM_TX_EMPTY_INT, ioaddr + INTERRUPT ); in smc_interrupt()1380 mask &= ~IM_TX_EMPTY_INT; in smc_interrupt()1393 mask |= ( IM_TX_EMPTY_INT | IM_TX_INT ); in smc_interrupt()
142 #define IM_TX_EMPTY_INT 0x4 macro
220 #define IM_TX_EMPTY_INT 0x4 macro1169 outw(((IM_TX_INT|IM_TX_EMPTY_INT)<<8) | in smc_hardware_send_packet()1397 if (status & IM_TX_EMPTY_INT) { in smc_interrupt()1398 outw(IM_TX_EMPTY_INT, ioaddr + INTERRUPT); in smc_interrupt()1399 mask &= ~IM_TX_EMPTY_INT; in smc_interrupt()1410 mask |= (IM_TX_EMPTY_INT | IM_TX_INT); in smc_interrupt()
614 SMC_ENABLE_INT(lp, IM_TX_INT | IM_TX_EMPTY_INT); in smc_hardware_send_pkt()1252 } else if (status & IM_TX_EMPTY_INT) { in smc_interrupt()1254 mask &= ~IM_TX_EMPTY_INT; in smc_interrupt()
672 #define IM_TX_EMPTY_INT 0x04 // Set if the TX FIFO goes empty macro
558 if (poll4int(dev, IM_TX_EMPTY_INT, SMC_TX_TIMEOUT)) { in smc_send()576 SMC_outb (dev, IM_TX_EMPTY_INT, SMC91111_INT_REG); in smc_send()
569 #define IM_TX_EMPTY_INT 0x04 /* Set if the TX FIFO goes empty */ macro