Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sun2/dev/
H A Dif_ecreg.h39 struct ec_regs { struct
40 uint16_t ec_csr; /* control/status register */
41 uint16_t ec_backoff; /* backoff seed */
42 uint8_t ec_pad1[0x400 - (2 * sizeof(uint16_t))];
43 struct ether_addr ec_arom; /* address ROM */
44 uint8_t ec_pad2[0x200 - sizeof(struct ether_addr)];
45 struct ether_addr ec_aram; /* address RAM */
46 uint8_t ec_pad3[0x200 - sizeof(struct ether_addr)];
47 uint8_t ec_tbuf[EC_BUF_SZ]; /* transmit buffer */
48 uint8_t ec_abuf[EC_BUF_SZ]; /* receive buffer A */
[all …]