Home
last modified time | relevance | path

Searched refs:CPDMA_BD_EOP (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/arm/ti/
H A Dif_cpsw.c693 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()
H A Dif_cpswreg.h133 #define CPDMA_BD_EOP __BIT32(30) macro