Lines Matching defs:del
1639 int del;
1647 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_REMIOPB);
1648 if (del <= 0 || xdcsc->iopbase->errs) {
1652 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET);
1653 if (del <= 0)
1670 int del = 0, lcv, retval = XD_ERR_AOK;
1679 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET);
1680 if (del <= 0) {
1743 del = xdcsc->nwait + xdcsc->nrun + xdcsc->nfree + xdcsc->ndone;
1744 if (del != XDC_MAXIOPB)
1746 device_xname(xdcsc->sc_dev), del, XDC_MAXIOPB);