Searched defs:rt2560_softc (Results 1 – 1 of 1) sorted by relevance
99 struct rt2560_softc { struct106 int (*sc_enable)(struct rt2560_softc *); argument107 void (*sc_disable)(struct rt2560_softc *); argument109 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 …]