HomeSort by: relevance | last modified time | path
    Searched defs:i82586_start_cmd (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
i82586.c 199 static int i82586_start_cmd(struct ie_softc *, int, int, int, int);
325 i82586_start_cmd(struct ie_softc *sc, int cmd, int iecmdbuf, int mask, function in typeref:typename:int
391 i82586_start_cmd(sc, status & mask, 0, 0, 0);
458 i82586_start_cmd(sc, status & IE_ST_WHENCE, 0, 0, 1);
613 if (i82586_start_cmd(sc, IE_RUC_RESUME, 0, 0, 0) == 0)
1110 if (i82586_start_cmd(sc, IE_CUC_START, 0, 0, 1))
1246 if (i82586_start_cmd(sc, IE_RUC_ABORT | IE_CUC_ABORT, 0, 0, 0))
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)
    [all...]

Completed in 11 milliseconds