Home | History | Annotate | Download | only in isa

Lines Matching defs:upd

85 	struct uha_probe_data upd;
105 rv = u14_find(iot, ioh, &upd);
111 ia->ia_irq[0].ir_irq != upd.sc_irq)
114 ia->ia_drq[0].ir_drq != upd.sc_drq)
121 ia->ia_irq[0].ir_irq = upd.sc_irq;
124 ia->ia_drq[0].ir_drq = upd.sc_drq;
142 struct uha_probe_data upd;
157 if (!u14_find(iot, ioh, &upd)) {
162 if (upd.sc_drq != -1) {
164 if ((error = isa_dmacascade(ic, upd.sc_drq)) != 0) {
175 sc->sc_ih = isa_intr_establish(ic, upd.sc_irq, IST_EDGE, IPL_BIO,
187 uha_attach(sc, &upd);