Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ie/
Dif_ie.c369 ie_ack(sc, IE_ST_WHENCE & status); in ie_intr()
405 if ((status = sc->scb->ie_status) & IE_ST_WHENCE) in ie_intr()
542 ie_ack(sc, IE_ST_WHENCE); in iernr()
1086 ie_ack(sc, IE_ST_WHENCE); in check_ie_present()
1345 ie_ack(sc, IE_ST_WHENCE); in run_tdr()
1370 ie_ack(sc, IE_ST_WHENCE); in start_receiver()
1548 ie_ack(sc, IE_ST_WHENCE); in ieinit_locked()
/freebsd-9-stable/sys/dev/ic/
Di82586.h117 #define IE_ST_WHENCE 0xf000 /* mask for cause of interrupt */ macro