Home | History | Annotate | Download | only in tc

Lines Matching defs:tba

61 	struct tcbus_attach_args *tba = aux;
63 if (strcmp(tba->tba_busname, cf->cf_name))
73 struct tcbus_attach_args *tba = aux;
84 tba->tba_speed == TC_SPEED_25_MHZ ? "25" : "12.5");
89 sc->sc_speed = tba->tba_speed;
90 sc->sc_nslots = tba->tba_nslots;
91 sc->sc_slots = tba->tba_slots;
92 sc->sc_intr_evcnt = tba->tba_intr_evcnt;
93 sc->sc_intr_establish = tba->tba_intr_establish;
94 sc->sc_intr_disestablish = tba->tba_intr_disestablish;
95 sc->sc_get_dma_tag = tba->tba_get_dma_tag;
100 for (i = 0; i < tba->tba_nbuiltins; i++) {
101 builtin = &tba->tba_builtins[i];
120 ta.ta_memt = tba->tba_memt;
167 ta.ta_memt = tba->tba_memt;