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

/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.c59 #define CPDMA_DESC_EOQ BIT(28) macro
637 if (((mode & (CPDMA_DESC_EOQ | CPDMA_DESC_OWNER)) == CPDMA_DESC_EOQ) &&
639 desc_write(prev, hw_mode, mode & ~CPDMA_DESC_EOQ);
742 status = status & (CPDMA_DESC_EOQ | CPDMA_DESC_TD_COMPLETE);
749 if (status & CPDMA_DESC_EOQ) {

Completed in 9 milliseconds