Home
last modified time | relevance | path

Searched refs:EOBIRQ_ENABLE (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/cxt1e1/
Dmusycc.c106 status & EOBIRQ_ENABLE ? 'b' : '-', in musycc_dump_rxbuffer_ring()
179 status & EOBIRQ_ENABLE ? 'b' : '-', in musycc_dump_txbuffer_ring()
1015 if ((ch->p.chan_mode != CFG_CH_PROTO_TRANS) && (status & EOBIRQ_ENABLE)) in musycc_bh_tx_eom()
1160 status |= EOBIRQ_ENABLE; in musycc_bh_rx_eom()
1863 u |= EOBIRQ_ENABLE; in musycc_start_xmit()
1871 u |= EOBIRQ_ENABLE; in musycc_start_xmit()
Dmusycc.h308 #define EOBIRQ_ENABLE 0x10000000 /* EOB irq enabled */ macro
Dpmcc4_drv.c1367 tmp = __constant_cpu_to_le32 (cxt1e1_max_mru | EOBIRQ_ENABLE); in c4_chan_up()