Home | History | Annotate | Download | only in tc

Lines Matching defs:ta

74 	struct tc_attach_args ta;
119 strncpy(ta.ta_modname, builtin->tcb_modname, TC_ROM_LLEN);
120 ta.ta_memt = tba->tba_memt;
121 ta.ta_dmat = (*sc->sc_get_dma_tag)(builtin->tcb_slot);
122 ta.ta_modname[TC_ROM_LLEN] = '\0';
123 ta.ta_slot = builtin->tcb_slot;
124 ta.ta_offset = builtin->tcb_offset;
125 ta.ta_addr = tcaddr;
126 ta.ta_cookie = builtin->tcb_cookie;
127 ta.ta_busspeed = sc->sc_speed;
140 config_found(self, &ta, tcprint,
161 if (tc_checkslot(tcaddr, ta.ta_modname, NULL) == 0)
167 ta.ta_memt = tba->tba_memt;
168 ta.ta_dmat = (*sc->sc_get_dma_tag)(i);
169 ta.ta_slot = i;
170 ta.ta_offset = 0;
171 ta.ta_addr = tcaddr;
172 ta.ta_cookie = slot->tcs_cookie;
173 ta.ta_busspeed = sc->sc_speed;
185 config_found(self, &ta, tcprint,
194 struct tc_attach_args *ta = aux;
198 tc_devinfo(ta->ta_modname, devinfo, sizeof(devinfo));
201 aprint_normal(" slot %d offset 0x%x", ta->ta_slot, ta->ta_offset);