Searched refs:HPSCSI_CSR (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Dhp98265reg.h49 #define HPSCSI_CSR 0x01 macro
H A Dspc.c150 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 94 milliseconds