Home
last modified time | relevance | path

Searched defs:macb_device (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/net/
Dmacb.c102 struct macb_device { struct
103 void *regs;
105 unsigned int rx_tail;
106 unsigned int tx_head;
107 unsigned int tx_tail;
108 unsigned int next_rx_tail;
109 bool wrapped;
111 void *rx_buffer;
112 void *tx_buffer;
113 struct macb_dma_desc *rx_ring;
[all …]