Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dne2000_base.c176 DP_OUT(base, DP_RBCH, 0); /* Remote byte count */ in dp83902a_start()
289 DP_OUT(base, DP_RBCH, 0); in dp83902a_send()
306 DP_OUT(base, DP_RBCH, pkt_len >> 8); in dp83902a_send()
399 DP_OUT(base, DP_RBCH, 0); in dp83902a_RxEvent()
465 DP_OUT(base, DP_RBCH, len >> 8); in dp83902a_recv()
576 DP_OUT(base, DP_RBCH, 0); in dp83902a_Overflow()
H A Dne2000_base.h164 #define DP_RBCH 0x0b /* write */ macro