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

/netbsd-current/sys/dev/ic/
H A Di82586.c199 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
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(s
[all...]

Completed in 76 milliseconds