Searched defs:macb_device (Results 1 – 1 of 1) sorted by relevance
104 struct macb_device { struct105 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