OSIOP_ISTAT       485 dev/ic/osiop.c 		while (((istat = osiop_read_1(sc, OSIOP_ISTAT)) &
OSIOP_ISTAT       867 dev/ic/osiop.c 	osiop_write_1(sc, OSIOP_ISTAT,
OSIOP_ISTAT       868 dev/ic/osiop.c 	    osiop_read_1(sc, OSIOP_ISTAT) | OSIOP_ISTAT_ABRT);
OSIOP_ISTAT       870 dev/ic/osiop.c 	osiop_write_1(sc, OSIOP_ISTAT,
OSIOP_ISTAT       871 dev/ic/osiop.c 	    osiop_read_1(sc, OSIOP_ISTAT) | OSIOP_ISTAT_RST);
OSIOP_ISTAT       873 dev/ic/osiop.c 	osiop_write_1(sc, OSIOP_ISTAT,
OSIOP_ISTAT       874 dev/ic/osiop.c 	    osiop_read_1(sc, OSIOP_ISTAT) & ~OSIOP_ISTAT_RST);
OSIOP_ISTAT       902 dev/ic/osiop.c 	stat = osiop_read_1(sc, OSIOP_ISTAT);
OSIOP_ISTAT       978 dev/ic/osiop.c 		    osiop_read_1(sc, OSIOP_ISTAT),
OSIOP_ISTAT      1077 dev/ic/osiop.c 		if (osiop_read_1(sc, OSIOP_ISTAT) & OSIOP_ISTAT_CON)
OSIOP_ISTAT      1088 dev/ic/osiop.c 		if ((osiop_read_1(sc, OSIOP_ISTAT) & OSIOP_ISTAT_CON) == 0) {
OSIOP_ISTAT      1089 dev/ic/osiop.c 			osiop_write_1(sc, OSIOP_ISTAT, OSIOP_ISTAT_SIGP);
OSIOP_ISTAT      1093 dev/ic/osiop.c 			    osiop_read_1(sc, OSIOP_ISTAT), 0);
OSIOP_ISTAT      1620 dev/ic/osiop.c 			    osiop_read_1(sc, OSIOP_ISTAT));
OSIOP_ISTAT      1742 dev/ic/osiop.c 		if ((osiop_read_1(sc, OSIOP_ISTAT) & OSIOP_ISTAT_CON) == 0) {
OSIOP_ISTAT      1749 dev/ic/osiop.c 		if ((osiop_read_1(sc, OSIOP_ISTAT) & OSIOP_ISTAT_CON) == 0) {
OSIOP_ISTAT      2049 dev/ic/osiop.c 	    sc->sc_dev.dv_xname, sc, osiop_read_1(sc, OSIOP_ISTAT));