Lines Matching defs:del
1191 xyc_unbusy(struct xyc *xyc, int del)
1194 while (del-- > 0) {
1199 return del == 0 ? XY_ERR_FAIL : XY_ERR_AOK;
1560 int del;
1570 del = XYC_RESETUSEC;
1571 while (del > 0) {
1575 del--;
1578 if (del <= 0 || xycsc->ciopb->errs) {
1581 del = xycsc->xyc->xyc_rsetup;
1599 int del = 0, lcv, retval = XY_ERR_AOK;
1606 del = xycsc->xyc->xyc_rsetup;
1607 del = xyc_unbusy(xycsc->xyc, XYC_RESETUSEC);
1608 if (del == XY_ERR_FAIL) {