Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dne2000_base.c275 DP_OUT(base, DP_ISR, DP_ISR_RDC); /* Clear end of DMA */ in dp83902a_send()
349 } while ((isr & DP_ISR_RDC) == 0); in dp83902a_send()
410 DP_OUT(base, DP_ISR, DP_ISR_RDC); /* Clear end of DMA */ in dp83902a_RxEvent()
468 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