Searched refs:xyc_unbusy (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/vme/ |
H A D | xy.c | 169 int xyc_unbusy(struct xyc *, int); 374 return ((xyc_unbusy(xyc, XYC_RESETUSEC) != XY_ERR_FAIL) ? 0 : EIO); in xyc_probe() 1339 xyc_unbusy(struct xyc *xyc, int del) in xyc_unbusy() function 1524 if (xyc_unbusy(xycsc->xyc,XYC_RESETUSEC) == XY_ERR_FAIL) in xyc_submit_iorq() 1652 res = xyc_unbusy(xycsc->xyc, XYC_MAXTIME); in xyc_piodriver() 1729 if (xyc_unbusy(xycsc->xyc, XYC_RESETUSEC) == XY_ERR_FAIL) in xyc_xyreset() 1755 del = xyc_unbusy(xycsc->xyc, XYC_RESETUSEC); in xyc_reset()
|
/netbsd-src/sys/arch/sun3/dev/ |
H A D | xy.c | 178 int xyc_unbusy(struct xyc *, int); 1187 * xyc_unbusy: wait for the xyc to go unbusy, or timeout. 1191 xyc_unbusy(struct xyc *xyc, int del) in xyc_unbusy() function 1383 if (xyc_unbusy(xycsc->xyc, XYC_RESETUSEC) == in xyc_submit_iorq() 1510 res = xyc_unbusy(xycsc->xyc, XYC_MAXTIME); in xyc_piodriver() 1582 if (xyc_unbusy(xycsc->xyc, XYC_RESETUSEC) == XY_ERR_FAIL) in xyc_xyreset() 1607 del = xyc_unbusy(xycsc->xyc, XYC_RESETUSEC); in xyc_reset()
|