Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dne2000_base.c177 DP_OUT(base, DP_RBCH, 0); /* Remote byte count */ in dp83902a_start()
290 DP_OUT(base, DP_RBCH, 0); in dp83902a_send()
307 DP_OUT(base, DP_RBCH, pkt_len >> 8); in dp83902a_send()
400 DP_OUT(base, DP_RBCH, 0); in dp83902a_RxEvent()
466 DP_OUT(base, DP_RBCH, len >> 8); in dp83902a_recv()
577 DP_OUT(base, DP_RBCH, 0); in dp83902a_Overflow()
H A Dne2000_base.h164 #define DP_RBCH 0x0b /* write */ macro