Home
last modified time | relevance | path

Searched defs:ftmac110_regs (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/net/
Dftmac110.h12 struct ftmac110_regs { struct
13 uint32_t isr; /* 0x00: Interrups Status Register */
14 uint32_t imr; /* 0x04: Interrupt Mask Register */
15 uint32_t mac[2]; /* 0x08: MAC Address */
16 uint32_t mht[2]; /* 0x10: Multicast Hash Table Register */
17 uint32_t txpd; /* 0x18: Tx Poll Demand Register */
18 uint32_t rxpd; /* 0x1c: Rx Poll Demand Register */
19 uint32_t txba; /* 0x20: Tx Ring Base Address Register */
20 uint32_t rxba; /* 0x24: Rx Ring Base Address Register */
21 uint32_t itc; /* 0x28: Interrupt Timer Control Register */
[all …]