Searched refs:CPDMA_BD_EOP (Results 1 – 2 of 2) sorted by relevance
693 dw[3] |= CPDMA_BD_EOP; in cpsw_start()705 dw[3] = CPDMA_BD_EOP; in cpsw_start()1187 if ((dw[3] & (CPDMA_BD_SOP | CPDMA_BD_EOP)) != in cpsw_rxintr()1188 (CPDMA_BD_SOP | CPDMA_BD_EOP)) { in cpsw_rxintr()1313 if (ISSET(dw[3], CPDMA_BD_EOP) && ISSET(dw[3], CPDMA_BD_EOQ)) { in cpsw_txintr()1323 if (ISSET(dw[3], CPDMA_BD_EOP) && ISSET(dw[3], CPDMA_BD_EOQ)) { in cpsw_txintr()
133 #define CPDMA_BD_EOP __BIT32(30) macro