Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Drt2560var.h99 struct rt2560_softc { struct
106 int (*sc_enable)(struct rt2560_softc *); argument
107 void (*sc_disable)(struct rt2560_softc *); argument
109 bus_dma_tag_t sc_dmat;
110 bus_space_tag_t sc_st;
111 bus_space_handle_t sc_sh;
112 void *sc_soft_ih;
114 struct sysctllog *sc_sysctllog;
116 struct ethercom sc_ec;
118 struct callout scan_ch;
[all …]