Searched refs:IE_STAT_COMPL (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/acorn32/podulebus/
H A Dif_iereg.h263 #define IE_STAT_COMPL 0x8000 /* command is completed */ macro
H A Dif_ie.c709 IE_STAT_COMPL) )
866 IE_STAT_COMPL) )
888 IE_STAT_COMPL) )
935 xmcmd.ie_xmit_status = IE_STAT_COMPL;
1435 , sizeof xc, IE_STAT_COMPL);
1518 if (!(status&IE_STAT_COMPL) || (status & IE_STAT_BUSY) )
/netbsd-current/sys/arch/sun3/dev/
H A Di82586.h182 #define IE_STAT_COMPL SWAP(0x8000) /* command is completed */ macro
H A Dif_ie.c589 if (!(status & IE_STAT_COMPL) || (status & IE_STAT_BUSY))
1110 if (cmd_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) ||
1278 if (cmd_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) ||
1338 if (cmd_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) ||
1360 if (cmd_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) ||
/netbsd-current/sys/arch/mvme68k/stand/netboot/
H A Di82586.h203 #define IE_STAT_COMPL 0x8000 /* command is completed */ macro
/netbsd-current/sys/dev/ic/
H A Di82586reg.h294 #define IE_STAT_COMPL 0x8000 /* command is completed */ macro
H A Di82586.c684 if ((status & IE_STAT_COMPL) == 0 || (status & IE_STAT_BUSY)) {
1294 if (i82586_start_cmd(sc, IE_CUC_START, cmd, IE_STAT_COMPL, 0) ||
1508 cmdresult = i82586_start_cmd(sc, IE_CUC_START, cmd, IE_STAT_COMPL, 0);
1537 cmdresult = i82586_start_cmd(sc, IE_CUC_START, cmdbuf, IE_STAT_COMPL, 0);
1578 cmdresult = i82586_start_cmd(sc, IE_CUC_START, cmdbuf, IE_STAT_COMPL,

Completed in 126 milliseconds