OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DP_BNDRY
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/net/
ne2000_base.c
187
DP_OUT(base,
DP_BNDRY
, dp->rx_buf_end - 1); /* Receive ring boundary */
390
DP_IN(base,
DP_BNDRY
, pkt);
405
DP_OUT(base,
DP_BNDRY
, dp->rx_buf_end - 1);
407
DP_OUT(base,
DP_BNDRY
, cur - 1); /* Update pointer */
432
DP_OUT(base,
DP_BNDRY
, dp->rx_buf_end - 1);
434
DP_OUT(base,
DP_BNDRY
, rcv_hdr[1] - 1); /* Update pointer */
ne2000_base.h
151
#define
DP_BNDRY
0x03
Completed in 101 milliseconds