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

  /src/sys/arch/hp300/dev/
hp98265reg.h 49 #define HPSCSI_CSR 0x01
spc.c 150 bus_space_write_1(iot, iohsc, HPSCSI_CSR, 0x00);
158 bus_space_write_1(iot, iohsc, HPSCSI_CSR, CSR_IE);
213 bus_space_write_1(iot, iohsc, HPSCSI_CSR, cmd);
215 bus_space_write_1(iot, iohsc, HPSCSI_CSR, cmd);
269 cmd = bus_space_read_1(iot, iohsc, HPSCSI_CSR);
271 bus_space_write_1(iot, iohsc, HPSCSI_CSR, cmd);
294 cmd = bus_space_read_1(sc->sc_iot, dsc->sc_iohsc, HPSCSI_CSR);
296 bus_space_write_1(sc->sc_iot, dsc->sc_iohsc, HPSCSI_CSR, cmd);

Completed in 39 milliseconds