Searched refs:sc_stat1 (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/gpib/
H A Dmt.c312 sc->sc_stat1, sc->sc_stat2, sc->sc_stat3,
343 if ((sc->sc_stat1 & (SR1_BOT | SR1_ONLINE)) == SR1_ONLINE)
357 if ((flag & FWRITE) && (sc->sc_stat1 & SR1_RO)) {
361 if (!(sc->sc_stat1 & SR1_ONLINE)) {
397 if (!(sc->sc_stat1 & SR1_BOT)) {
607 if ((sc->sc_stat1 & SR1_BOT) ||
608 !(sc->sc_stat1 & SR1_ONLINE)) {
842 if (sc->sc_stat1 & (SR1_ERR | SR1_REJECT)) {
860 if (sc->sc_stat1 & SR1_SOFTERR) {
863 sc->sc_stat1
[all...]
H A Dmtreg.h145 #define sc_stat1 sc_stat.m_stat[0] macro
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Dmt.c296 sc->sc_stat1, sc->sc_stat2, sc->sc_stat3,
328 if ((sc->sc_stat1 & (SR1_BOT | SR1_ONLINE)) == SR1_ONLINE)
342 if ((flag & FWRITE) && (sc->sc_stat1 & SR1_RO)) {
346 if (!(sc->sc_stat1 & SR1_ONLINE)) {
382 if (!(sc->sc_stat1 & SR1_BOT)) {
555 if ((sc->sc_stat1 & SR1_BOT) ||
556 !(sc->sc_stat1 & SR1_ONLINE)) {
809 if (sc->sc_stat1 & (SR1_ERR | SR1_REJECT)) {
827 if (sc->sc_stat1 & SR1_SOFTERR) {
830 sc->sc_stat1
[all...]
H A Dmtreg.h144 #define sc_stat1 sc_stat.m_stat[0] macro

Completed in 64 milliseconds