HomeSort by: relevance | last modified time | path
    Searched defs:iohsc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hp300/dev/
spc.c 109 bus_space_handle_t iohsc, iohspc; local in function:spc_dio_attach
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 local in function:spc_dio_dmago
245 bus_space_handle_t ioh, iohsc; local in function:spc_dio_dmadone
    [all...]
spc.c 109 bus_space_handle_t iohsc, iohspc; local in function:spc_dio_attach
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 local in function:spc_dio_dmago
245 bus_space_handle_t ioh, iohsc; local in function:spc_dio_dmadone
    [all...]

Completed in 22 milliseconds