Home | History | Annotate | Download | only in dev

Lines Matching defs:iohsc

109 	bus_space_handle_t iohsc, iohspc;
116 if (bus_space_map(iot, da->da_addr, da->da_size, 0, &iohsc)) {
121 if (bus_space_subregion(iot, iohsc, SPC_OFFSET, SPC_SIZE, &iohspc)) {
128 bus_space_write_1(iot, iohsc, HPSCSI_ID, 0xff);
130 id = bus_space_read_1(iot, iohsc, HPSCSI_ID);
145 dsc->sc_iohsc = iohsc;
150 bus_space_write_1(iot, iohsc, HPSCSI_CSR, 0x00);
151 bus_space_write_1(iot, iohsc, HPSCSI_HCONF, 0x00);
158 bus_space_write_1(iot, iohsc, HPSCSI_CSR, CSR_IE);
185 bus_space_handle_t iohsc, iohspc;
192 iohsc = dsc->sc_iohsc;
194 bus_space_write_1(iot, iohsc, HPSCSI_HCONF, 0);
213 bus_space_write_1(iot, iohsc, HPSCSI_CSR, cmd);
215 bus_space_write_1(iot, iohsc, HPSCSI_CSR, cmd);
245 bus_space_handle_t ioh, iohsc;
251 iohsc = dsc->sc_iohsc;
269 cmd = bus_space_read_1(iot, iohsc, HPSCSI_CSR);
271 bus_space_write_1(iot, iohsc, HPSCSI_CSR, cmd);