Home | History | Annotate | Download | only in tx

Lines Matching refs:ua

86 	struct tx39uart_attach_args ua;
88 ua.ua_tc = sc->sc_tc;
89 ua.ua_slot = cf->cf_loc[TXCOMIFCF_SLOT];
91 if (ua.ua_slot == TXCOMIFCF_SLOT_DEFAULT) {
96 if (!(sc->sc_enabled & (1 << ua.ua_slot)) && /* not attached slot */
97 config_probe(parent, cf, &ua)) {
98 config_attach(parent, cf, &ua, tx39uart_print, CFARGS_NONE);
99 sc->sc_enabled |= (1 << ua.ua_slot);
108 struct tx39uart_attach_args *ua = aux;
110 aprint_normal(" slot %d", ua->ua_slot);