Home
last modified time | relevance | path

Searched refs:resmsg (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Doosiop.c1162 uint8_t sfbr, resid, resmsg; in oosiop_scriptintr() local
1214 resmsg = oosiop_read_1(sc, OOSIOP_SFBR); in oosiop_scriptintr()
1215 if (MSG_ISIDENTIFY(resmsg) && cb && in oosiop_scriptintr()
1216 (resmsg & MSG_IDENTIFY_LUNMASK) == cb->lun) { in oosiop_scriptintr()
H A Dosiop.c1479 uint8_t resmsg; in osiop_checkintr() local
1489 resmsg = osiop_read_1(sc, OSIOP_SFBR); in osiop_checkintr()
1490 if (!MSG_ISIDENTIFY(resmsg)) in osiop_checkintr()
1492 "%02x\n", device_xname(sc->sc_dev), resmsg); in osiop_checkintr()