Home
last modified time | relevance | path

Searched refs:SIOP_STEST1 (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/dev/ic/
H A Dsiop_common.c196 bus_space_write_1(sc->sc_rt, sc->sc_rh, SIOP_STEST1, in siop_common_reset()
210 bus_space_write_1(sc->sc_rt, sc->sc_rh, SIOP_STEST1, in siop_common_reset()
214 bus_space_write_1(sc->sc_rt, sc->sc_rh, SIOP_STEST1, 0); in siop_common_reset()
218 stest1 = bus_space_read_4(sc->sc_rt, sc->sc_rh, SIOP_STEST1); in siop_common_reset()
220 bus_space_write_1(sc->sc_rt, sc->sc_rh, SIOP_STEST1, stest1); in siop_common_reset()
H A Dsiopreg.h339 #define SIOP_STEST1 0x4D /* SCSI test 1, RO, RW on 875 */ macro
/netbsd/sys/arch/bebox/stand/boot/
H A Dsiop.c1238 writeb(addr + SIOP_STEST1, STEST1_SCLK); in siop_init()