Searched defs:tcds_slotconfig (Results 1 – 1 of 1) sorted by relevance
30 struct tcds_slotconfig { struct34 int sc_slot;36 bus_space_tag_t sc_bst; /* to frob TCDS regs */37 bus_space_handle_t sc_bsh;39 int (*sc_intrhand)(void *); /* intr. handler */40 void *sc_intrarg; /* intr. handler arg. */41 struct evcnt sc_evcnt; /* intr. count */42 char sc_name[8]; /* ev_name */67 struct tcds_slotconfig *tcdsda_sc; /* slot configuration */ argument