it_iot            138 dev/isa/it.c   	iot = sc->it_iot = ia->ia_iot;
it_iot            180 dev/isa/it.c   	bus_space_write_1(sc->it_iot, sc->it_ioh, ITC_ADDR, reg);
it_iot            181 dev/isa/it.c   	return (bus_space_read_1(sc->it_iot, sc->it_ioh, ITC_DATA));
it_iot            187 dev/isa/it.c   	bus_space_write_1(sc->it_iot, sc->it_ioh, ITC_ADDR, reg);
it_iot            188 dev/isa/it.c   	bus_space_write_1(sc->it_iot, sc->it_ioh, ITC_DATA, val);
it_iot             80 dev/isa/itvar.h 	bus_space_tag_t it_iot;