Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/altera/
H A Daltera_msgdmahw.h92 #define MSGDMA_CSR_STAT_BUSY BIT(0) macro
H A Daltera_msgdma.c142 if (status & MSGDMA_CSR_STAT_BUSY) in msgdma_tx_completions()
/openbmc/u-boot/drivers/net/
H A Daltera_tse.h136 #define MSGDMA_CSR_STAT_BUSY BIT(0) macro
H A Daltera_tse.c297 if (!(status & MSGDMA_CSR_STAT_BUSY)) in msgdma_wait()
/openbmc/linux/drivers/dma/
H A Daltera-msgdma.c114 #define MSGDMA_CSR_STAT_BUSY BIT(0) macro
734 if ((status & MSGDMA_CSR_STAT_BUSY) == 0) { in msgdma_irq_handler()