HomeSort by: relevance | last modified time | path
    Searched refs:IE_ST_WHENCE (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/ic/
i82586.c 444 status = sc->ie_bus_read16(sc, off) & IE_ST_WHENCE;
446 if ((status & IE_ST_WHENCE) == 0) {
456 ie_ack(sc, status & IE_ST_WHENCE);
458 i82586_start_cmd(sc, status & IE_ST_WHENCE, 0, 0, 1);
488 if ((status & IE_ST_WHENCE) != 0)
1228 ie_ack(sc, IE_ST_WHENCE);
1258 ie_ack(sc, IE_ST_WHENCE);
1301 ie_ack(sc, IE_ST_WHENCE);
1522 ie_ack(sc, IE_ST_WHENCE);
1552 ie_ack(sc, IE_ST_WHENCE);
    [all...]
i82586reg.h 195 #define IE_ST_WHENCE 0xf000 /* mask for cause of interrupt */
  /src/sys/arch/acorn32/podulebus/
if_iereg.h 204 #define IE_ST_WHENCE 0xf000 /* mask for cause of interrupt */
if_ie.c 411 ie_ack(sc,IE_ST_WHENCE);
721 ie_ack ( sc, IE_ST_WHENCE );
820 ie_ack(sc, IE_ST_WHENCE );
900 ie_ack ( sc, IE_ST_WHENCE );
905 ie_ack ( sc, IE_ST_WHENCE );
1355 status = status & IE_ST_WHENCE;
1381 status = status & IE_ST_WHENCE;
  /src/sys/arch/sun3/dev/
if_ie.c 420 ie_ack(sc, IE_ST_WHENCE);
465 if ((status & IE_ST_WHENCE) == 0)
471 ie_ack(sc, IE_ST_WHENCE & status);
517 if (status & IE_ST_WHENCE) {
1116 ie_ack(sc, IE_ST_WHENCE);
1377 ie_ack(sc, IE_ST_WHENCE);
1391 ie_ack(sc, IE_ST_WHENCE);
i82586.h 123 #define IE_ST_WHENCE SWAP(0xf000) /* mask for cause of interrupt */
  /src/sys/arch/mvme68k/stand/netboot/
i82586.h 146 #define IE_ST_WHENCE 0xf000 /* mask for cause of interrupt */
if_ie.c 155 iem->im_scb.ie_command = iem->im_scb.ie_status & IE_ST_WHENCE;

Completed in 18 milliseconds