Lines Matching defs:iohspc
109 bus_space_handle_t iohsc, iohspc;
121 if (bus_space_subregion(iot, iohsc, SPC_OFFSET, SPC_SIZE, &iohspc)) {
139 sc->sc_ioh = iohspc;
185 bus_space_handle_t iohsc, iohspc;
191 iohspc = sc->sc_ioh;
228 bus_space_write_1(iot, iohspc, TCH, len >> 16);
229 bus_space_write_1(iot, iohspc, TCM, len >> 8);
230 bus_space_write_1(iot, iohspc, TCL, len);
231 bus_space_write_1(iot, iohspc, PCTL, sc->sc_phase | PCTL_BFINT_ENAB);
232 bus_space_write_1(iot, iohspc, SCMD, cmd);