OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FEC_RBD_WRAP
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/net/
fec_mxc.h
280
#define
FEC_RBD_WRAP
0x2000 /* Receive BD status: Last BD in ring */
fec_mxc.c
305
fec->rbd_base[i - 1].status =
FEC_RBD_WRAP
| FEC_RBD_EMPTY;
346
flags |=
FEC_RBD_WRAP
;
982
fec->rbd_base[i - 1].status =
FEC_RBD_WRAP
| FEC_RBD_EMPTY;
[
all
...]
Completed in 53 milliseconds