Lines Matching defs:Regs
32 typedef struct Regs Regs; typedef
33 struct Regs { struct
35 ulong rxdata;
36 uchar _pad0[0x20 - 4];
37 ulong txdata;
38 uchar _pad1[0x40 - 0x24];
39 ulong rxsts;
40 ulong rxstspeek;
41 ulong txsts;
42 ulong txstspeek;
45 ushort rev; /* chip revision */
46 ushort id; /* chip id, 0x9221 */
47 ulong irqcfg;
48 ulong intsts;
49 ulong inten;
50 ulong _pad2;
51 ulong bytetest;
52 ulong fifoint; /* fifo level interrupts */
53 ulong rxcfg;
54 ulong txcfg;
55 ulong hwcfg;
56 ulong rxdpctl; /* rx data path control */
57 ulong rxfifoinf;
58 ulong txfifoinf;
59 ulong pmtctl; /* power mgmt. control */
60 ulong gpiocfg;
61 ulong gptcfg; /* timer */
62 ulong gptcnt;
63 ulong _pad3;
64 ulong wordswap;
65 ulong freerun; /* counters */
66 ulong rxdrop;
73 ulong maccsrcmd; /* mac csr synchronizer */
74 ulong maccsrdata;
75 ulong afccfg; /* automatic flow control cfg. */
76 ulong eepcmd; /* eeprom */
77 ulong eepdata;