Searched defs:tcds_slotconfig (Results 1 – 1 of 1) sorted by relevance
31 struct tcds_slotconfig { struct35 int sc_slot;37 bus_space_tag_t sc_bst; /* to frob TCDS regs */38 bus_space_handle_t sc_bsh;40 int (*sc_intrhand)(void *); /* intr. handler */41 void *sc_intrarg; /* intr. handler arg. */42 struct evcount sc_count; /* intr. count */67 struct tcds_slotconfig *tcdsda_sc; /* slot configuration */ argument