Home | History | Annotate | Download | only in dev

Lines Matching refs:iot

72 	bus_space_tag_t iot = ia->ia_bst;
102 if (bus_space_map(iot, ia->ia_addr, ia->ia_size,
106 if (bus_space_map(iot, nc_addr, nc_size,
110 bus_space_unmap(iot, ioh, ia->ia_size);
111 bus_space_unmap(iot, nch, nc_size);
122 bus_space_tag_t iot = ia->ia_bst;
133 if (bus_space_map(iot, ia->ia_addr, SL11_PORTSIZE * 2,
142 if (bus_space_map(iot, nc_addr, nc_size,
150 slhci_preinit(sc, slhci_intio_enable_power, iot, ioh, 30,
161 bus_space_write_1(iot, isc->sc_nch, NEREID_CTRL, NEREID_CTRL_RESET);
175 bus_space_tag_t iot = sc->sc_sc.sc_iot;
178 r = bus_space_read_1(iot, sc->sc_nch, NEREID_CTRL);
180 bus_space_write_1(iot, sc->sc_nch, NEREID_CTRL,
183 bus_space_write_1(iot, sc->sc_nch, NEREID_CTRL,
191 bus_space_tag_t iot = sc->sc_sc.sc_iot;
194 r = bus_space_read_1(iot, sc->sc_nch, NEREID_CTRL);
196 bus_space_write_1(iot, sc->sc_nch, NEREID_CTRL,
199 bus_space_write_1(iot, sc->sc_nch, NEREID_CTRL,