Searched defs:mac_regs (Results 1 – 2 of 2) sorted by relevance
976 struct mac_regs { struct977 volatile u8 PAR[6]; /* 0x00 */978 volatile u8 RCR;979 volatile u8 TCR;981 volatile __le32 CR0Set; /* 0x08 */982 volatile __le32 CR0Clr; /* 0x0C */984 volatile u8 MARCAM[8]; /* 0x10 */986 volatile __le32 DecBaseHi; /* 0x18 */987 volatile __le16 DbfBaseHi; /* 0x1C */988 volatile __le16 reserved_1E;[all …]
3262 void __iomem *mac_regs; member