Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/altera/
Daltera_msgdmahw.h92 #define MSGDMA_CSR_STAT_BUSY BIT(0) macro
Daltera_msgdma.c142 if (status & MSGDMA_CSR_STAT_BUSY) in msgdma_tx_completions()
/Linux-v6.6/drivers/dma/
Daltera-msgdma.c114 #define MSGDMA_CSR_STAT_BUSY BIT(0) macro
735 if ((status & MSGDMA_CSR_STAT_BUSY) == 0) { in msgdma_irq_handler()