Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dne2000_base.c177 DP_OUT(base, DP_RBCL, 0); in dp83902a_start()
288 DP_OUT(base, DP_RBCL, len); in dp83902a_send()
305 DP_OUT(base, DP_RBCL, pkt_len & 0xFF); in dp83902a_send()
398 DP_OUT(base, DP_RBCL, sizeof(rcv_hdr)); in dp83902a_RxEvent()
464 DP_OUT(base, DP_RBCL, len & 0xFF); in dp83902a_recv()
575 DP_OUT(base, DP_RBCL, 0); in dp83902a_Overflow()
H A Dne2000_base.h163 #define DP_RBCL 0x0a /* write */ macro