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

/netbsd-6-1-5-RELEASE/sys/dev/vme/
H A Dxy.c169 int xyc_unbusy(struct xyc *, int);
355 return ((xyc_unbusy(xyc, XYC_RESETUSEC) != XY_ERR_FAIL) ? 0 : EIO);
1330 * xyc_unbusy: wait for the xyc to go unbusy, or timeout.
1334 xyc_unbusy(struct xyc *xyc, int del) function
1516 if (xyc_unbusy(xycsc->xyc,XYC_RESETUSEC) == XY_ERR_FAIL)
1644 res = xyc_unbusy(xycsc->xyc, XYC_MAXTIME);
1721 if (xyc_unbusy(xycsc->xyc, XYC_RESETUSEC) == XY_ERR_FAIL)
1747 del = xyc_unbusy(xycsc->xyc, XYC_RESETUSEC);
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dxy.c178 int xyc_unbusy(struct xyc *, int);
1176 * xyc_unbusy: wait for the xyc to go unbusy, or timeout.
1180 xyc_unbusy(struct xyc *xyc, int del) function
1373 if (xyc_unbusy(xycsc->xyc, XYC_RESETUSEC) ==
1500 res = xyc_unbusy(xycsc->xyc, XYC_MAXTIME);
1572 if (xyc_unbusy(xycsc->xyc, XYC_RESETUSEC) == XY_ERR_FAIL)
1597 del = xyc_unbusy(xycsc->xyc, XYC_RESETUSEC);

Completed in 58 milliseconds