Home
last modified time | relevance | path

Searched refs:DP_ISR_RDC (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dne2000_base.c276 DP_OUT(base, DP_ISR, DP_ISR_RDC); /* Clear end of DMA */ in dp83902a_send()
350 } while ((isr & DP_ISR_RDC) == 0); in dp83902a_send()
411 DP_OUT(base, DP_ISR, DP_ISR_RDC); /* Clear end of DMA */ in dp83902a_RxEvent()
469 DP_OUT(base, DP_ISR, DP_ISR_RDC); /* Clear end of DMA */ in dp83902a_recv()
H A Dne2000_base.h243 #define DP_ISR_RDC 0x40 /* Remote DMA complete */ macro