Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dhmevar.h57 struct hme_softc { struct
58 struct device sc_dev; /* boilerplate device view */
59 struct arpcom sc_arpcom; /* Ethernet common part */
60 struct mii_data sc_mii; /* MII media control */
62 struct timeout sc_tick_ch; /* tick callout */
65 bus_space_tag_t sc_bustag; /* bus tag */
66 bus_dma_tag_t sc_dmatag; /* bus dma tag */
67 bus_dmamap_t sc_dmamap; /* bus dma handle */
68 bus_space_handle_t sc_seb; /* HME Global registers */
92 void hme_config(struct hme_softc *); argument