Home | History | Annotate | Download | only in vme

Lines Matching defs:xdc_reset

218 int	xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
461 xdc->xdc_csr = XDC_RESET;
462 XDC_WAIT(xdc, del, XDC_RESETUSEC, XDC_RESET);
1754 xdc_reset(xdcsc, 0, XD_RSET_ALL, XD_ERR_FAIL, 0);
1761 if (xdc_reset(xdcsc, 0,
1802 * xdc_reset: reset one drive. NOTE: assumes xdc was just reset.
1821 xdcsc->xdc->xdc_csr = XDC_RESET;
1822 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET);
1824 panic("xdc_reset");
1833 * xdc_reset: reset everything: requests are marked as errors except
1837 xdc_reset(struct xdc_softc *xdcsc, int quiet, int blastmode, int error,
1848 xdcsc->xdc->xdc_csr = XDC_RESET;
1849 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET);
1923 printf("%s: diag: xdc_reset miscount (%d should be %d)!\n",
1973 if (xdc_reset(xdcsc, 0, XD_RSET_ALL, errnum, 0) != XD_ERR_AOK) {
2169 xdc_reset(xdcsc, 1, XD_RSET_NONE, errnum, iorq->xd);
2303 xdc_reset(xdcsc, 0, XD_RSET_NONE, XD_ERR_FAIL, NULL);