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

  /src/sys/arch/prep/stand/boot/
siop.c 243 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);
  /src/sys/arch/bebox/stand/boot/
siop.c 266 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);
  /src/sys/dev/ic/
esiop.c 415 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));
siop_common.c 164 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);
siopreg.h 182 #define SIOP_ISTAT 0x14 /* IRQ status, R/W */
siop.c 310 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 18 milliseconds