Lines Matching defs:stat0
526 int stat0;
528 stat0 = hd->hpib_ids;
529 if ((stat0 & (IDS_IE|IDS_IR)) != (IDS_IE|IDS_IR)) {
531 if ((fhpibdebug & FDB_FAIL) && (stat0 & IDS_IR) &&
534 device_xname(sc->sc_dev), stat0);
554 stat0 = hd->hpib_cmd;
558 stat0 = hd->hpib_intr;
564 stat0 = hd->hpib_intr;
567 doppollint && (stat0 & IM_PPRESP) == 0)
569 device_xname(sc->sc_dev), stat0);
574 stat0 = fhpibppoll(hs);
577 printf("%s: got PPOLL status %x\n", __func__, stat0);
578 if ((stat0 & (0x80 >> hq->hq_slave)) == 0) {
584 stat0 = fhpibppoll(hs);
585 if ((stat0 & (0x80 >> hq->hq_slave)) == 0 &&
590 hq->hq_slave, stat0);