Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tc/
H A Dtcvar.h84 struct tcbus_attach_args { struct
85 const char *tba_busname; /* XXX should be common */
86 bus_space_tag_t tba_memt;
89 u_int tba_speed; /* see TC_SPEED_* below */
90 u_int tba_nslots;
91 const struct tc_slotdesc *tba_slots;
92 u_int tba_nbuiltins;
93 const struct tc_builtin *tba_builtins;
97 const struct evcnt *(*tba_intr_evcnt)(device_t, void *);
98 void (*tba_intr_establish)(device_t, void *,
[all …]