Lines Matching defs:eth_mac_regs
23 struct eth_mac_regs { struct
24 u32 conf; /* 0x00 */
25 u32 framefilt; /* 0x04 */
26 u32 hashtablehigh; /* 0x08 */
27 u32 hashtablelow; /* 0x0c */
28 u32 miiaddr; /* 0x10 */
29 u32 miidata; /* 0x14 */
30 u32 flowcontrol; /* 0x18 */
31 u32 vlantag; /* 0x1c */
32 u32 version; /* 0x20 */
33 u8 reserved_1[20];
34 u32 intreg; /* 0x38 */
35 u32 intmask; /* 0x3c */
36 u32 macaddr0hi; /* 0x40 */
37 u32 macaddr0lo; /* 0x44 */