Lines Matching defs:ioh
162 enable_usb(device_t dev, bus_space_tag_t iot, bus_space_handle_t ioh)
169 tmp = bus_space_read_4(iot, ioh, CONTROL) | USB_EN;
178 bus_space_write_4(iot, ioh, CONTROL, tmp);
182 set_32b_prefetch(bus_space_tag_t iot, bus_space_handle_t ioh)
185 bus_space_write_4(iot, ioh, SI_CTRL, FETCH_32);
189 set_snooping(bus_space_tag_t iot, bus_space_handle_t ioh)
192 bus_space_write_4(iot, ioh, SNOOP1, SNOOP_RANGE_2GB);
193 bus_space_write_4(iot, ioh, SNOOP2, 0x80000000 | SNOOP_RANGE_2GB);
230 bus_space_handle_t ioh;
263 ioh = rman_get_bushandle(sc->sc_io_res);
265 err = bus_space_subregion(iot, ioh, FSL_EHCI_REG_OFF, FSL_EHCI_REG_SIZE,
338 enable_usb(self, iot, ioh);
339 set_snooping(iot, ioh);
341 set_32b_prefetch(iot, ioh);