Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dne2000_base.c178 DP_OUT(base, DP_RBCL, 0); in dp83902a_start()
289 DP_OUT(base, DP_RBCL, len); in dp83902a_send()
306 DP_OUT(base, DP_RBCL, pkt_len & 0xFF); in dp83902a_send()
399 DP_OUT(base, DP_RBCL, sizeof(rcv_hdr)); in dp83902a_RxEvent()
465 DP_OUT(base, DP_RBCL, len & 0xFF); in dp83902a_recv()
576 DP_OUT(base, DP_RBCL, 0); in dp83902a_Overflow()
H A Dne2000_base.h163 #define DP_RBCL 0x0a /* write */ macro