Searched refs:TX_UNDERRUN (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
H A Dbfin_sdh.c286 sdh_enable_stat_irq(host, DAT_END | RX_OVERRUN | TX_UNDERRUN | DAT_TIME_OUT); sdh_cmd_done()
309 else if (stat & (RX_OVERRUN | TX_UNDERRUN)) sdh_data_done()
318 DAT_CRC_FAIL_STAT | DAT_BLK_END_STAT | RX_OVERRUN | TX_UNDERRUN); sdh_data_done()
442 RX_OVERRUN | TX_UNDERRUN | CMD_SENT | CMD_RESP_END | sdh_set_ios()
497 if (status & (DAT_END | DAT_TIME_OUT | DAT_CRC_FAIL | RX_OVERRUN | TX_UNDERRUN)) sdh_stat_irq()
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
H A Ddebug.h76 STAT_MAC_REG(TX_TOTAL), STAT_MAC_REG(TX_UNDERRUN),
/linux-4.4.14/arch/blackfin/include/asm/
H A Dbfin_sdh.h70 #define TX_UNDERRUN (1 << 4) /* Transmit Underrun */ macro
/linux-4.4.14/drivers/isdn/hardware/mISDN/
H A Dnetjet.c71 #define TX_UNDERRUN 0x0100 macro
512 if (bc->txstate & (TX_IDLE | TX_INIT | TX_UNDERRUN)) fill_hdlc_flag()
562 if (bc->txstate & (TX_IDLE | TX_INIT | TX_UNDERRUN)) fill_dma()
645 if (!(bc->txstate & (TX_UNDERRUN | TX_INIT))) { send_tiger_bc()
648 bc->txstate |= TX_UNDERRUN; send_tiger_bc()
/linux-4.4.14/drivers/media/rc/
H A Dfintek-cir.h227 * 2 - TX_UNDERRUN (1 on TX underrun, write 1 to clear)
H A Dfintek-cir.c409 * 2: TX_UNDERRUN - TX underrun fintek_cir_isr()
/linux-4.4.14/drivers/net/usb/
H A Dpegasus.h43 #define TX_UNDERRUN 0x80 macro
H A Dpegasus.c650 if (d[0] & (TX_UNDERRUN|EXCESSIVE_COL intr_callback()
653 if (d[0] & TX_UNDERRUN) intr_callback()
/linux-4.4.14/drivers/net/ethernet/amd/
H A Dau1000_eth.c153 # define TX_UNDERRUN (1 << 7) macro
903 if (status & (TX_JAB_TIMEOUT | TX_UNDERRUN)) { au1000_update_tx_stats()
/linux-4.4.14/drivers/net/ethernet/cirrus/
H A Dcs89x0.h250 #define TX_UNDERRUN 0x0200 macro
H A Dmac89x0.c463 if (status & TX_UNDERRUN) { net_interrupt()
H A Dcs89x0.c766 if (status & TX_UNDERRUN) { net_interrupt()

Completed in 392 milliseconds