Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Drt2661var.h91 struct rt2661_softc { struct
98 int (*sc_enable)(struct rt2661_softc *); argument
99 void (*sc_disable)(struct rt2661_softc *); argument
101 bus_dma_tag_t sc_dmat;
102 bus_space_tag_t sc_st;
103 bus_space_handle_t sc_sh;
104 void *sc_soft_ih;
106 struct ethercom sc_ec;
108 struct callout scan_ch;
109 struct callout amrr_ch;
[all …]