Searched refs:ISR_TXIDLE (Results 1 – 1 of 1) sorted by relevance
188 #define ISR_TXIDLE 0x00000200 macro752 dev->IMR_cache |= ISR_TXIDLE; in ns83820_setup_rx()1411 …if (isr & ~(ISR_PHY | ISR_RXDESC | ISR_RXEARLY | ISR_RXOK | ISR_RXERR | ISR_TXIDLE | ISR_TXOK | IS…1450 if (ISR_TXIDLE & isr) {1472 if ((ISR_TXDESC | ISR_TXIDLE | ISR_TXOK | ISR_TXERR) & isr) {1494 if ((ISR_TXIDLE & isr) && (dev->tx_done_idx != dev->tx_free_idx)) {1542 dev->IMR_cache &= ~(ISR_TXURN | ISR_TXIDLE | ISR_TXERR | ISR_TXDESC | ISR_TXOK);