Searched defs:emac_regs (Results 1 – 1 of 1) sorted by relevance
26 struct emac_regs { struct27 volatile uint32_t network_control; /* 0x0 - 0x4 */28 volatile uint32_t network_config; /* 0x4 - 0x8 */29 volatile uint32_t network_status; /* 0x8 - 0xc */30 volatile uint32_t user_io_register; /* 0xc - 0x10 */31 volatile uint32_t dma_config; /* 0x10 - 0x14 */32 volatile uint32_t transmit_status; /* 0x14 - 0x18 */33 volatile uint32_t receive_q_ptr; /* 0x18 - 0x1c */34 volatile uint32_t transmit_q_ptr; /* 0x1c - 0x20 */35 volatile uint32_t receive_status; /* 0x20 - 0x24 */[all …]