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