Searched refs:DMAC_INT_BIT_TX_IOC_ (Results 1 – 2 of 2) sorted by relevance
227 u32 ioc_bit = DMAC_INT_BIT_TX_IOC_(tx->channel_number); in lan743x_tx_isr()2183 ioc_bit = DMAC_INT_BIT_TX_IOC_(tx->channel_number); in lan743x_tx_napi_poll()2314 DMAC_INT_BIT_TX_IOC_(tx->channel_number)); in lan743x_tx_close()2426 DMAC_INT_BIT_TX_IOC_(tx->channel_number)); in lan743x_tx_open()
643 #define DMAC_INT_BIT_TX_IOC_(channel) BIT(0 + (channel)) macro
Completed in 19 milliseconds