Symbol: SIOP_ISTAT
sys/arch/bebox/stand/boot/siop.c
1218
writeb(addr + SIOP_ISTAT, ISTAT_SRST);
sys/arch/bebox/stand/boot/siop.c
1220
writeb(addr + SIOP_ISTAT, 0);
sys/arch/bebox/stand/boot/siop.c
266
istat = readb(adp->addr + SIOP_ISTAT);
sys/arch/bebox/stand/boot/siop.c
271
writeb(adp->addr + SIOP_ISTAT, ISTAT_INTF);
sys/arch/bebox/stand/boot/siop.c
276
writeb(adp->addr + SIOP_ISTAT, 0);
sys/arch/bebox/stand/boot/siop.c
695
writeb(adp->addr + SIOP_ISTAT, ISTAT_SIGP);
sys/arch/prep/stand/boot/siop.c
1180
writeb(addr + SIOP_ISTAT, ISTAT_SRST);
sys/arch/prep/stand/boot/siop.c
1182
writeb(addr + SIOP_ISTAT, 0);
sys/arch/prep/stand/boot/siop.c
243
istat = readb(adp->addr + SIOP_ISTAT);
sys/arch/prep/stand/boot/siop.c
248
writeb(adp->addr + SIOP_ISTAT, ISTAT_INTF);
sys/arch/prep/stand/boot/siop.c
253
writeb(adp->addr + SIOP_ISTAT, 0);
sys/arch/prep/stand/boot/siop.c
674
writeb(adp->addr + SIOP_ISTAT, ISTAT_SIGP);
sys/dev/ic/esiop.c
1793
SIOP_ISTAT, ISTAT_SIGP);
sys/dev/ic/esiop.c
1827
bus_space_read_1(sc->sc_c.sc_rt, sc->sc_c.sc_rh, SIOP_ISTAT));
sys/dev/ic/esiop.c
1834
bus_space_read_1(sc->sc_c.sc_rt, sc->sc_c.sc_rh, SIOP_ISTAT));
sys/dev/ic/esiop.c
415
istat = bus_space_read_1(sc->sc_c.sc_rt, sc->sc_c.sc_rh, SIOP_ISTAT);
sys/dev/ic/esiop.c
424
SIOP_ISTAT, ISTAT_INTF);
sys/dev/ic/esiop.c
432
SIOP_ISTAT, 0);
sys/dev/ic/siop.c
1567
SIOP_ISTAT, ISTAT_SIGP);
sys/dev/ic/siop.c
310
istat = bus_space_read_1(sc->sc_c.sc_rt, sc->sc_c.sc_rh, SIOP_ISTAT);
sys/dev/ic/siop.c
317
SIOP_ISTAT, ISTAT_INTF);
sys/dev/ic/siop.c
323
SIOP_ISTAT, 0);
sys/dev/ic/siop_common.c
164
bus_space_write_1(sc->sc_rt, sc->sc_rh, SIOP_ISTAT, ISTAT_SRST);
sys/dev/ic/siop_common.c
166
bus_space_write_1(sc->sc_rt, sc->sc_rh, SIOP_ISTAT, 0);
sys/dev/ic/siop_common.c
716
bus_space_write_1(sc->sc_rt, sc->sc_rh, SIOP_ISTAT, ISTAT_ABRT);