HomeSort by: relevance | last modified time | path
    Searched refs:CPDMA_BD_EOP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/ti/
if_cpswreg.h 133 #define CPDMA_BD_EOP __BIT32(30)
if_cpsw.c 693 dw[3] |= CPDMA_BD_EOP;
705 dw[3] = CPDMA_BD_EOP;
1187 if ((dw[3] & (CPDMA_BD_SOP | CPDMA_BD_EOP)) !=
1188 (CPDMA_BD_SOP | CPDMA_BD_EOP)) {
1313 if (ISSET(dw[3], CPDMA_BD_EOP) && ISSET(dw[3], CPDMA_BD_EOQ)) {
1323 if (ISSET(dw[3], CPDMA_BD_EOP) && ISSET(dw[3], CPDMA_BD_EOQ)) {

Completed in 12 milliseconds