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

  /src/sys/dev/ic/
siop_common.c 783 bus_space_write_1(sc->sc_rt, sc->sc_rh, SIOP_CTEST3,
784 bus_space_read_1(sc->sc_rt, sc->sc_rh, SIOP_CTEST3) |
938 int ctest3 = bus_space_read_1(sc->sc_rt, sc->sc_rh, SIOP_CTEST3);
943 bus_space_write_1(sc->sc_rt, sc->sc_rh, SIOP_CTEST3,
945 while ((bus_space_read_1(sc->sc_rt, sc->sc_rh, SIOP_CTEST3) &
950 bus_space_write_1(sc->sc_rt, sc->sc_rh, SIOP_CTEST3,
952 SIOP_CTEST3) & ~CTEST3_CLF);
siopreg.h 200 #define SIOP_CTEST3 0x1B /* Chip test 3, R/W */
  /src/sys/dev/pci/
siop_pci_common.c 371 bus_space_write_1(sc->sc_rt, sc->sc_rh, SIOP_CTEST3,
372 bus_space_read_1(sc->sc_rt, sc->sc_rh, SIOP_CTEST3) |
  /src/sys/arch/hppa/dev/
siop_sgc.c 135 sc->sc_c.sc_rh, SIOP_CTEST3) >> 4);
  /src/sys/arch/hppa/gsc/
siop_gsc.c 123 sc->sc_c.sc_rh, SIOP_CTEST3) >> 4);
  /src/sys/arch/bebox/stand/boot/
siop.c 154 uint8_t ctest3 = readb(adp->addr + SIOP_CTEST3);
157 writeb(adp->addr + SIOP_CTEST3, ctest3 | CTEST3_CLF);
158 while ((readb(adp->addr + SIOP_CTEST3) & CTEST3_CLF) != 0) {
162 writeb(adp->addr + SIOP_CTEST3,
163 readb(adp->addr + SIOP_CTEST3) & ~CTEST3_CLF);

Completed in 15 milliseconds