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

/freebsd-11-stable/sys/arm/ti/cpsw/
H A Dif_cpswreg.h190 #define CPDMA_BD_EOP (1 << 14) macro
H A Dif_cpsw.c1650 if (bd.flags & CPDMA_BD_EOP && m0 != NULL) {
1672 (bd.flags & (CPDMA_BD_EOP | CPDMA_BD_EOQ)) ==
1673 (CPDMA_BD_EOP | CPDMA_BD_EOQ)) {
1931 bd.flags |= CPDMA_BD_EOP;
2015 (CPDMA_BD_EOP | CPDMA_BD_OWNER | CPDMA_BD_EOQ)) ==
2016 (CPDMA_BD_EOP | CPDMA_BD_EOQ)) {

Completed in 62 milliseconds