Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dmacb.c104 struct macb_device { struct
105 void *regs;
107 bool is_big_endian;
111 unsigned int rx_tail;
112 unsigned int tx_head;
113 unsigned int tx_tail;
115 bool wrapped;
117 void *rx_buffer;
118 void *tx_buffer;
135 struct mii_dev *bus;
[all …]

Completed in 7 milliseconds