Searched defs:tc_softc (Results 1 – 1 of 1) sorted by relevance
66 struct tc_softc { struct67 device_t sc_dev;69 int sc_speed;70 int sc_nslots;71 const struct tc_slotdesc *sc_slots;72 uint32_t sc_slots_used;74 const struct evcnt *(*sc_intr_evcnt)(device_t, void *);75 void (*sc_intr_establish)(device_t, void *,77 void (*sc_intr_disestablish)(device_t, void *);78 bus_dma_tag_t (*sc_get_dma_tag)(int);