OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbd_base
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/net/
fec_mxc.c
326
ulong addr = (ulong)fec->
tbd_base
;
330
memset(fec->
tbd_base
, 0, size);
331
fec->
tbd_base
[0].status = 0;
332
fec->
tbd_base
[1].status = FEC_TBD_WRAP;
579
addr = (ulong)fec->
tbd_base
;
685
writew(length, &fec->
tbd_base
[fec->tbd_index].data_length);
686
writel((uint32_t)addr, &fec->
tbd_base
[fec->tbd_index].data_pointer);
696
status = readw(&fec->
tbd_base
[fec->tbd_index].status) & FEC_TBD_WRAP;
698
writew(status, &fec->
tbd_base
[fec->tbd_index].status);
706
addr = (ulong)fec->
tbd_base
;
[
all
...]
fec_mxc.h
241
struct fec_bd *
tbd_base
; /* TBD ring */
member in struct:fec_priv
Completed in 79 milliseconds