Searched refs:SIOP_ISTAT (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/prep/stand/boot/
H A Dsiop.c243 istat = readb(adp->addr + SIOP_ISTAT);
248 writeb(adp->addr + SIOP_ISTAT, ISTAT_INTF);
253 writeb(adp->addr + SIOP_ISTAT, 0);
674 writeb(adp->addr + SIOP_ISTAT, ISTAT_SIGP);
1180 writeb(addr + SIOP_ISTAT, ISTAT_SRST);
1182 writeb(addr + SIOP_ISTAT, 0);
/netbsd-current/sys/arch/bebox/stand/boot/
H A Dsiop.c266 istat = readb(adp->addr + SIOP_ISTAT);
271 writeb(adp->addr + SIOP_ISTAT, ISTAT_INTF);
276 writeb(adp->addr + SIOP_ISTAT, 0);
695 writeb(adp->addr + SIOP_ISTAT, ISTAT_SIGP);
1218 writeb(addr + SIOP_ISTAT, ISTAT_SRST);
1220 writeb(addr + SIOP_ISTAT, 0);
/netbsd-current/sys/dev/ic/
H A Desiop.c415 istat = bus_space_read_1(sc->sc_c.sc_rt, sc->sc_c.sc_rh, SIOP_ISTAT);
424 SIOP_ISTAT, ISTAT_INTF);
432 SIOP_ISTAT, 0);
1793 SIOP_ISTAT, ISTAT_SIGP);
1827 bus_space_read_1(sc->sc_c.sc_rt, sc->sc_c.sc_rh, SIOP_ISTAT));
1834 bus_space_read_1(sc->sc_c.sc_rt, sc->sc_c.sc_rh, SIOP_ISTAT));
H A Dsiop_common.c164 bus_space_write_1(sc->sc_rt, sc->sc_rh, SIOP_ISTAT, ISTAT_SRST);
166 bus_space_write_1(sc->sc_rt, sc->sc_rh, SIOP_ISTAT, 0);
716 bus_space_write_1(sc->sc_rt, sc->sc_rh, SIOP_ISTAT, ISTAT_ABRT);
H A Dsiopreg.h182 #define SIOP_ISTAT 0x14 /* IRQ status, R/W */ macro
H A Dsiop.c310 istat = bus_space_read_1(sc->sc_c.sc_rt, sc->sc_c.sc_rh, SIOP_ISTAT);
317 SIOP_ISTAT, ISTAT_INTF);
323 SIOP_ISTAT, 0);
1567 SIOP_ISTAT, ISTAT_SIGP);

Completed in 145 milliseconds