Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ie/
HDif_ie.c367 ie_ack(sc, IE_ST_WHENCE & status); in ie_intr()
403 if ((status = sc->scb->ie_status) & IE_ST_WHENCE) in ie_intr()
540 ie_ack(sc, IE_ST_WHENCE); in iernr()
1074 ie_ack(sc, IE_ST_WHENCE); in check_ie_present()
1237 ie_ack(sc, IE_ST_WHENCE); in run_tdr()
1262 ie_ack(sc, IE_ST_WHENCE); in start_receiver()
1440 ie_ack(sc, IE_ST_WHENCE); in ieinit_locked()
/NextBSD/sys/dev/ic/
HDi82586.h117 #define IE_ST_WHENCE 0xf000 /* mask for cause of interrupt */ macro