Symbol: oosiop_write_1
sys/dev/ic/oosiop.c
1035
oosiop_write_1(sc, OOSIOP_ISTAT, OOSIOP_ISTAT_ABRT);
sys/dev/ic/oosiop.c
1037
oosiop_write_1(sc, OOSIOP_ISTAT, 0);
sys/dev/ic/oosiop.c
1040
oosiop_write_1(sc, OOSIOP_DCNTL, sc->sc_dcntl | OOSIOP_DCNTL_RST);
sys/dev/ic/oosiop.c
1042
oosiop_write_1(sc, OOSIOP_DCNTL, sc->sc_dcntl);
sys/dev/ic/oosiop.c
1046
oosiop_write_1(sc, OOSIOP_SCNTL0, OOSIOP_ARB_FULL | sc->sc_scntl0);
sys/dev/ic/oosiop.c
1047
oosiop_write_1(sc, OOSIOP_SCNTL1, OOSIOP_SCNTL1_ESR);
sys/dev/ic/oosiop.c
1048
oosiop_write_1(sc, OOSIOP_DCNTL, sc->sc_dcntl);
sys/dev/ic/oosiop.c
1049
oosiop_write_1(sc, OOSIOP_DMODE, sc->sc_dmode);
sys/dev/ic/oosiop.c
1050
oosiop_write_1(sc, OOSIOP_SCID, OOSIOP_SCID_VALUE(sc->sc_id));
sys/dev/ic/oosiop.c
1051
oosiop_write_1(sc, OOSIOP_DWT, sc->sc_dwt);
sys/dev/ic/oosiop.c
1052
oosiop_write_1(sc, OOSIOP_CTEST7, sc->sc_ctest7);
sys/dev/ic/oosiop.c
1053
oosiop_write_1(sc, OOSIOP_SXFER, 0);
sys/dev/ic/oosiop.c
1061
oosiop_write_1(sc, OOSIOP_SIEN,
sys/dev/ic/oosiop.c
1064
oosiop_write_1(sc, OOSIOP_DIEN,
sys/dev/ic/oosiop.c
1089
oosiop_write_1(sc, OOSIOP_SCNTL1, OOSIOP_SCNTL1_RST);
sys/dev/ic/oosiop.c
1091
oosiop_write_1(sc, OOSIOP_SCNTL1, 0);
sys/dev/ic/oosiop.c
1137
oosiop_write_1(sc, OOSIOP_ISTAT, 0);
sys/dev/ic/oosiop.c
570
oosiop_write_1(sc, OOSIOP_DFIFO, oosiop_read_1(sc, OOSIOP_DFIFO) |
sys/dev/ic/oosiop.c
575
oosiop_write_1(sc, OOSIOP_DFIFO, oosiop_read_1(sc, OOSIOP_DFIFO) &
sys/dev/ic/oosiop.c
583
oosiop_write_1(sc, OOSIOP_DFIFO, oosiop_read_1(sc, OOSIOP_DFIFO) |
sys/dev/ic/oosiop.c
588
oosiop_write_1(sc, OOSIOP_DFIFO, oosiop_read_1(sc, OOSIOP_DFIFO) &
sys/dev/ic/oosiop.c
665
oosiop_write_1(sc, OOSIOP_SBCL, sc->sc_tgt[id].scf);
sys/dev/ic/oosiop.c
667
oosiop_write_1(sc, OOSIOP_SXFER, sc->sc_tgt[id].sxfer);
sys/dev/ic/oosiop.c
802
oosiop_write_1(sc, OOSIOP_ISTAT, OOSIOP_ISTAT_ABRT);