Searched refs:ua_ioh (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dupcvar.h68 bus_space_handle_t ua_ioh; member in struct:upc_attach_args
/netbsd-current/sys/dev/qbus/
H A Ddz_uba.c71 bus_space_handle_t ioh = ua->ua_ioh;
113 sc->sc_ioh = ua->ua_ioh;
H A Dubavar.h117 bus_addr_t ua_ioh; /* I/O regs addr */ member in struct:uba_attach_args
H A Ddl.c194 bus_space_write_2(ua->ua_iot, ua->ua_ioh, DL_UBA_XCSR, DL_XCSR_TXIE);
195 if (bus_space_read_2(ua->ua_iot, ua->ua_ioh, DL_UBA_XCSR) !=
199 bus_space_read_2(ua->ua_iot, ua->ua_ioh, DL_UBA_XCSR),
213 bus_space_write_1(ua->ua_iot, ua->ua_ioh, DL_UBA_XBUFL, '\0');
224 if (bus_space_read_2(ua->ua_iot, ua->ua_ioh, DL_UBA_XCSR) !=
228 bus_space_read_2(ua->ua_iot, ua->ua_ioh, DL_UBA_XCSR),
249 sc->sc_ioh = ua->ua_ioh;
H A Duda.c154 mi.mi_iph = ua->ua_ioh;
155 mi.mi_sah = ua->ua_ioh + 2;
156 mi.mi_swh = ua->ua_ioh + 2;
213 sc->sc_iph = ua->ua_ioh;
214 sc->sc_sah = ua->ua_ioh + 2;
H A Duba.c289 ua.ua_ioh = ubdevreg(csr) + sc->uh_ioh;
293 if (badaddr((void *)ua.ua_ioh, 2) ||
H A Drf.c230 bus_space_write_2(ua->ua_iot, ua->ua_ioh, RX2CS, RX2CS_INIT);
234 if ((bus_space_read_2(ua->ua_iot, ua->ua_ioh, RX2CS)
236 && (bus_space_read_2(ua->ua_iot, ua->ua_ioh, RX2ES)
252 bus_space_write_2(ua->ua_iot, ua->ua_ioh, RX2CS,
259 if ((bus_space_read_2(ua->ua_iot, ua->ua_ioh, RX2CS)
261 && (bus_space_read_2(ua->ua_iot, ua->ua_ioh, RX2ES)
343 rfc_sc->sc_ioh = ua->ua_ioh;
H A Dif_il.c141 bus_space_write_2(ua->ua_iot, ua->ua_ioh, IL_CSR,
144 bus_space_read_2(ua->ua_iot, ua->ua_ioh, IL_CSR); /* clear CDONE */
165 sc->sc_ioh = ua->ua_ioh;
H A Ddhu.c222 bus_space_write_2(ua->ua_iot, ua->ua_ioh, DHU_UBA_CSR,
229 if ((bus_space_read_2(ua->ua_iot, ua->ua_ioh, DHU_UBA_CSR) &
242 if ((bus_space_read_2(ua->ua_iot, ua->ua_ioh, DHU_UBA_CSR) &
259 sc->sc_ioh = ua->ua_ioh;
H A Dif_de.c208 sc->sc_ioh = ua->ua_ioh;
612 sc->sc_ioh = ua->ua_ioh;
H A Drl.c193 sc->sc_ioh = ua->ua_ioh;
217 sc->sc_ioh = ua->ua_ioh;
H A Dif_qt.c210 sc->sc_ioh = ua->ua_ioh;
264 sc->sc_ioh = ua->ua_ioh;
H A Dts.c224 sc->sc_ioh = ua->ua_ioh;
259 sc->sc_ioh = ua->ua_ioh;
H A Dif_qe.c142 sc->sc_ioh = ua->ua_ioh;
218 sc->sc_ioh = ua->ua_ioh;
H A Dif_dmc.c224 sc->sc_ioh = ua->ua_ioh;
256 sc->sc_ioh = ua->ua_ioh;
H A Dqd.c573 sc->sc_ioh = ua->ua_ioh;
/netbsd-current/sys/arch/vax/uba/
H A Dqv.c264 bus_space_write_2(ua->ua_iot, ua->ua_ioh, QV_CSR,
265 bus_space_read_2(ua->ua_iot, ua->ua_ioh, QV_CSR) | (1 << 6));
316 bus_space_write_2(ua->ua_iot, ua->ua_ioh, offs, value);
417 sc->sc_ioh = ua->ua_ioh;
476 aa.ua_ioh = ua->ua_ioh + 32; // offset
H A Dqvaux.c266 bus_space_write_2(ua->ua_iot, ua->ua_ioh, QVA_QVCSR,
267 bus_space_read_2(ua->ua_iot, ua->ua_ioh, QVA_QVCSR) | (1 << 6));
271 sc->sc_ioh = ua->ua_ioh;
/netbsd-current/sys/arch/vax/vax/
H A Dautoconf.c286 p = kvtophys(((struct uba_attach_args *)aux)->ua_ioh);

Completed in 337 milliseconds