Lines Matching defs:tcbus_attach_args
84 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 *,
100 void (*tba_intr_disestablish)(device_t, void *);
101 bus_dma_tag_t (*tba_get_dma_tag)(int);