Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dmtd803var.h61 struct mtd_softc { struct
62 device_t dev;
63 struct mii_data mii;
64 struct ethercom ethercom;
65 bus_space_tag_t bus_tag;
66 bus_space_handle_t bus_handle;
67 void * sd_hook;
68 u_int8_t eaddr[ETHER_ADDR_LEN];
69 volatile unsigned int cur_tx;
70 volatile unsigned int cur_rx;
[all …]