Home
last modified time | relevance | path

Searched refs:MSGDMA_CSR_STAT_BUSY (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/altera/
Daltera_msgdmahw.h103 #define MSGDMA_CSR_STAT_BUSY BIT(0) macro
Daltera_msgdma.c152 if (status & MSGDMA_CSR_STAT_BUSY) in msgdma_tx_completions()
/Linux-v4.19/drivers/dma/
Daltera-msgdma.c117 #define MSGDMA_CSR_STAT_BUSY BIT(0) macro
730 if ((status & MSGDMA_CSR_STAT_BUSY) == 0) { in msgdma_irq_handler()